#4E111C

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

Shades of Bordeaux #4E111C

Tints of Bordeaux #4E111C

Color information

#4E111C (or 0x4E111C) is unknown color: approx Bordeaux. HEX triplet: 4E, 11 and 1C. RGB value is (78,17,28). Sum of RGB (Red+Green+Blue) = 78+17+28=123 (16% of max value = 765). Red value is 78 (30.86% from 255 or 63.41% from 123); Green value is 17 (7.03% from 255 or 13.82% from 123); Blue value is 28 (11.33% from 255 or 22.76% from 123); Max value from RGB is 78 - color contains mainly: red. Hex color #4E111C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E111C is #B1EEE3. Grayscale: #242424. Windows color (decimal): -11661028 or 1839438. OLE color: 1839438.

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

Color convert

RGB781728-
CMYK00.780.640.69
HSL349.18º64.21%18.63%-
HSV(B)349.18º78.21%30.59%-
XYZ3.552.11.32-
YUV36.49123.21157.61-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 63.41%
GREEN value IS 17 (7.03% from 255) = 13.82%
BLUE value IS 28 (11.33% from 255) = 22.76%
R=63.41%
G=13.82%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.64
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78172800.780.640.69349.1864.2118.63
Hex4E111C04E404515d4013
Octal1162134011610010553510023
Binary100111010001111000100111010000001000101101011101100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E111C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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