#4E1114

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

Shades of Bordeaux #4E1114

Tints of Bordeaux #4E1114

Color information

#4E1114 (or 0x4E1114) is unknown color: approx Bordeaux. HEX triplet: 4E, 11 and 14. RGB value is (78,17,20). Sum of RGB (Red+Green+Blue) = 78+17+20=115 (15% of max value = 765). Red value is 78 (30.86% from 255 or 67.83% from 115); Green value is 17 (7.03% from 255 or 14.78% from 115); Blue value is 20 (8.20% from 255 or 17.39% from 115); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1114 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E1114 is #B1EEEB. Grayscale: #232323. Windows color (decimal): -11661036 or 1315150. OLE color: 1315150.

HSL color Cylindrical-coordinate representation of color #4E1114: hue angle of 357.05º 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 #4E1114 is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.69.

Color convert

RGB781720-
CMYK00.780.740.69
HSL357.05º64.21%18.63%-
HSV(B)357.05º78.21%30.59%-
XYZ3.472.070.88-
YUV35.58119.21158.26-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 67.83%
GREEN value IS 17 (7.03% from 255) = 14.78%
BLUE value IS 20 (8.20% from 255) = 17.39%
R=67.83%
G=14.78%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.74
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78172000.780.740.69357.0564.2118.63
Hex4E111404E4A451654013
Octal1162124011611210554510023
Binary100111010001101000100111010010101000101101100101100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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