#4E0F17

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

Shades of Bordeaux #4E0F17

Tints of Bordeaux #4E0F17

Color information

#4E0F17 (or 0x4E0F17) is unknown color: approx Bordeaux. HEX triplet: 4E, 0F and 17. RGB value is (78,15,23). Sum of RGB (Red+Green+Blue) = 78+15+23=116 (15% of max value = 765). Red value is 78 (30.86% from 255 or 67.24% from 116); Green value is 15 (6.25% from 255 or 12.93% from 116); Blue value is 23 (9.38% from 255 or 19.83% from 116); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0F17 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E0F17 is #B1F0E8. Grayscale: #222222. Windows color (decimal): -11661545 or 1511246. OLE color: 1511246.

HSL color Cylindrical-coordinate representation of color #4E0F17: hue angle of 352.38º degrees, saturation: 0.68, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4E0F17 is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.69.

Color convert

RGB781523-
CMYK00.810.710.69
HSL352.38º67.74%18.24%-
HSV(B)352.38º80.77%30.59%-
XYZ3.472.021.02-
YUV34.75121.37158.85-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 67.24%
GREEN value IS 15 (6.25% from 255) = 12.93%
BLUE value IS 23 (9.38% from 255) = 19.83%
R=67.24%
G=12.93%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.71
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78152300.810.710.69352.3867.7418.24
Hex4EF1705147451604412
Octal1161727012110710554010422
Binary10011101111101110101000110001111000101101100000100010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,15,23); }

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

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

 a { background-color: rgb(78,15,23); }

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

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

 span { border-color: rgb(78,15,23); }

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