#4E1118

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

Shades of Bordeaux #4E1118

Tints of Bordeaux #4E1118

Color information

#4E1118 (or 0x4E1118) is unknown color: approx Bordeaux. HEX triplet: 4E, 11 and 18. RGB value is (78,17,24). Sum of RGB (Red+Green+Blue) = 78+17+24=119 (15% of max value = 765). Red value is 78 (30.86% from 255 or 65.55% from 119); Green value is 17 (7.03% from 255 or 14.29% from 119); Blue value is 24 (9.77% from 255 or 20.17% from 119); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1118 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E1118 is #B1EEE7. Grayscale: #242424. Windows color (decimal): -11661032 or 1577294. OLE color: 1577294.

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

Color convert

RGB781724-
CMYK00.780.690.69
HSL353.11º64.21%18.63%-
HSV(B)353.11º78.21%30.59%-
XYZ3.512.091.08-
YUV36.04121.21157.93-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 65.55%
GREEN value IS 17 (7.03% from 255) = 14.29%
BLUE value IS 24 (9.77% from 255) = 20.17%
R=65.55%
G=14.29%
B=20.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.69
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78172400.780.690.69353.1164.2118.63
Hex4E111804E45451614013
Octal1162130011610510554110023
Binary100111010001110000100111010001011000101101100001100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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