Html Css Color HEX #46121A Bordeaux

📋 copy color: '#46121A'

red 70 ◦ green 18 ◦ blue 26

#46121A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bordeaux #46121A

Tints of Bordeaux #46121A

RGB

 RED value IS 70 (27.73% from 255) = 61.4%

 GREEN value IS 18 (7.42% from 255) = 15.79%

 BLUE value IS 26 (10.55% from 255) = 22.81%

R = 61.4%
G = 15.79%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.63

 K value IS 0.73

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#46121A (or 0x46121A) is known color: Bordeaux. HEX triplet: 46, 12 and 1A. RGB value is (70,18,26). Sum of RGB (Red+Green+Blue) = 70+18+26=114 (15% of max value = 765). Red value is 70 (27.73% from 255 or 61.40% from 114); Green value is 18 (7.42% from 255 or 15.79% from 114); Blue value is 26 (10.55% from 255 or 22.81% from 114); Max value from RGB is 70 - color contains mainly: red. Hex color #46121A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46121A is #B9EDE5. Grayscale: #222222. Windows color (decimal): -12185062 or 1708614. OLE color: 1708614.

HSL color Cylindrical-coordinate representation of color #46121A: hue angle of 350.77º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #46121A is Cyan = 0, Magento = 0.74, Yellow = 0.63 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 18 26 -
CMYK 0 0.74 0.63 0.73
HSL 350.77º 0.59% 0.17% -
HSV(B) 350.77º 0.74% 0.27% -
XYZ 2.93 1.81 1.17 -
YUV 34.46 123.23 153.35 -
System Red Green Blue C M Y K H S L
Decimal 70 18 26 0 0.74 0.63 0.73 350.77 0.59 0.17
Hex 46 12 1A 0 4A 3F 49 15F 3B 11
Octal 106 22 32 0 112 77 111 537 73 21
Binary 1000110 10010 11010 0 1001010 111111 1001001 101011111 111011 10001

Color Harmonies of #46121A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46121A

Black with #46121A

Text Example


Text Example

White with #46121A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46121A; }

 p { color: rgb(70,18,26); }

 H1.HeaderClassName
 {
   color: #46121A;
 }
 .AnyTagClassName
 {
   color: #46121A;
 }
</style>

background-color css

<style>
 a { background-color: #46121A; }

 a { background-color: rgb(70,18,26); }

 div.DivClassName
 {
   background-color: #46121A;
 }
 .BgClassName
 {
   background-color: #46121A;
 }
</style>

border-color css

<style>
 span { border-color: #46121A; }

 span { border-color: rgb(70,18,26); }

 td.TdClassName
 {
   border-color: #46121A;
 }
 .TagClassName
 {
   border-color: #46121A;
 }
</style>