#4E111D

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

Shades of Bordeaux #4E111D

Tints of Bordeaux #4E111D

Color information

#4E111D (or 0x4E111D) is unknown color: approx Bordeaux. HEX triplet: 4E, 11 and 1D. RGB value is (78,17,29). Sum of RGB (Red+Green+Blue) = 78+17+29=124 (16% of max value = 765). Red value is 78 (30.86% from 255 or 62.90% from 124); Green value is 17 (7.03% from 255 or 13.71% from 124); Blue value is 29 (11.72% from 255 or 23.39% from 124); Max value from RGB is 78 - color contains mainly: red. Hex color #4E111D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E111D is #B1EEE2. Grayscale: #242424. Windows color (decimal): -11661027 or 1904974. OLE color: 1904974.

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

Color convert

RGB781729-
CMYK00.780.630.69
HSL348.2º64.21%18.63%-
HSV(B)348.2º78.21%30.59%-
XYZ3.562.111.38-
YUV36.61123.71157.52-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 62.90%
GREEN value IS 17 (7.03% from 255) = 13.71%
BLUE value IS 29 (11.72% from 255) = 23.39%
R=62.90%
G=13.71%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.63
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78172900.780.630.69348.264.2118.63
Hex4E111D04E3F4515c4013
Octal116213501167710553410023
Binary10011101000111101010011101111111000101101011100100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E111D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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