Html Css Color HEX #46121E Bordeaux

📋 copy color: '#46121E'

red 70 ◦ green 18 ◦ blue 30

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

Shades of Bordeaux #46121E

Tints of Bordeaux #46121E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 25.42%

R = 59.32%
G = 15.25%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.57

 K value IS 0.73

RGB Variations

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

Color information

#46121E (or 0x46121E) is known color: Bordeaux. HEX triplet: 46, 12 and 1E. RGB value is (70,18,30). Sum of RGB (Red+Green+Blue) = 70+18+30=118 (15% of max value = 765). Red value is 70 (27.73% from 255 or 59.32% from 118); Green value is 18 (7.42% from 255 or 15.25% from 118); Blue value is 30 (12.11% from 255 or 25.42% from 118); Max value from RGB is 70 - color contains mainly: red. Hex color #46121E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46121E is #B9EDE1. Grayscale: #222222. Windows color (decimal): -12185058 or 1970758. OLE color: 1970758.

HSL color Cylindrical-coordinate representation of color #46121E: hue angle of 346.15º 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 #46121E is Cyan = 0, Magento = 0.74, Yellow = 0.57 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 18 30 -
CMYK 0 0.74 0.57 0.73
HSL 346.15º 0.59% 0.17% -
HSV(B) 346.15º 0.74% 0.27% -
XYZ 2.98 1.83 1.42 -
YUV 34.92 125.23 153.02 -
System Red Green Blue C M Y K H S L
Decimal 70 18 30 0 0.74 0.57 0.73 346.15 0.59 0.17
Hex 46 12 1E 0 4A 39 49 15A 3B 11
Octal 106 22 36 0 112 71 111 532 73 21
Binary 1000110 10010 11110 0 1001010 111001 1001001 101011010 111011 10001

Color Harmonies of #46121E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46121E

Black with #46121E

Text Example


Text Example

White with #46121E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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