#4E111E

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

Shades of Bordeaux #4E111E

Tints of Bordeaux #4E111E

Color information

#4E111E (or 0x4E111E) is unknown color: approx Bordeaux. HEX triplet: 4E, 11 and 1E. RGB value is (78,17,30). Sum of RGB (Red+Green+Blue) = 78+17+30=125 (16% of max value = 765). Red value is 78 (30.86% from 255 or 62.4% from 125); Green value is 17 (7.03% from 255 or 13.6% from 125); Blue value is 30 (12.11% from 255 or 24% from 125); Max value from RGB is 78 - color contains mainly: red. Hex color #4E111E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E111E is #B1EEE1. Grayscale: #242424. Windows color (decimal): -11661026 or 1970510. OLE color: 1970510.

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

Color convert

RGB781730-
CMYK00.780.620.69
HSL347.21º64.21%18.63%-
HSV(B)347.21º78.21%30.59%-
XYZ3.582.111.45-
YUV36.72124.21157.44-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 62.4%
GREEN value IS 17 (7.03% from 255) = 13.6%
BLUE value IS 30 (12.11% from 255) = 24%
R=62.4%
G=13.6%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.62
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78173000.780.620.69347.2164.2118.63
Hex4E111E04E3E4515b4013
Octal116213601167610553310023
Binary10011101000111110010011101111101000101101011011100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E111E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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