#4E0011

Color #4E0011 Bordeaux (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bordeaux #4E0011

Tints of Bordeaux #4E0011

Color information

#4E0011 (or 0x4E0011) is unknown color: approx Bordeaux. HEX triplet: 4E, 00 and 11. RGB value is (78,0,17). Sum of RGB (Red+Green+Blue) = 78+0+17=95 (12% of max value = 765). Red value is 78 (30.86% from 255 or 82.11% from 95); Green value is 0 (0.39% from 255 or 0% from 95); Blue value is 17 (7.03% from 255 or 17.89% from 95); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0011 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E0011 is #B1FFEE. Grayscale: #191919. Windows color (decimal): -11665391 or 1114190. OLE color: 1114190.

HSL color Cylindrical-coordinate representation of color #4E0011: hue angle of 346.92º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4E0011 is Cyan = 0, Magento = 1, Yellow = 0.78 and Black (K on CMYK) = 0.69.

Color convert

RGB78017-
CMYK010.780.69
HSL346.92º100%15.29%-
HSV(B)346.92º100%30.59%-
XYZ3.241.660.68-
YUV25.26123.34165.62-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 82.11%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 17 (7.03% from 255) = 17.89%
R=82.11%
G=0%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.78
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78017010.780.69346.9210015.29
Hex4E0110644E4515b64f
Octal116021014411610553314417
Binary1001110010001011001001001110100010110101101111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4E0011; }

 p { color: rgb(78,0,17); }

 H1.HeaderClassName
 {
   color: #4E0011;
 }
 .AnyTagClassName
 {
   color: #4E0011;
 }
</style>
background-color css

<style>
 a { background-color: #4E0011; }

 a { background-color: rgb(78,0,17); }

 div.DivClassName
 {
   background-color: #4E0011;
 }
 .BgClassName
 {
   background-color: #4E0011;
 }
</style>
border-color css

<style>
 span { border-color: #4E0011; }

 span { border-color: rgb(78,0,17); }

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