#4E121D

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

Shades of Bordeaux #4E121D

Tints of Bordeaux #4E121D

Color information

#4E121D (or 0x4E121D) is unknown color: approx Bordeaux. HEX triplet: 4E, 12 and 1D. RGB value is (78,18,29). Sum of RGB (Red+Green+Blue) = 78+18+29=125 (16% of max value = 765). Red value is 78 (30.86% from 255 or 62.4% from 125); Green value is 18 (7.42% from 255 or 14.4% from 125); Blue value is 29 (11.72% from 255 or 23.2% from 125); Max value from RGB is 78 - color contains mainly: red. Hex color #4E121D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E121D is #B1EDE2. Grayscale: #252525. Windows color (decimal): -11660771 or 1905230. OLE color: 1905230.

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

Color convert

RGB781829-
CMYK00.770.630.69
HSL349º62.5%18.82%-
HSV(B)349º76.92%30.59%-
XYZ3.582.141.39-
YUV37.19123.38157.11-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 62.4%
GREEN value IS 18 (7.42% from 255) = 14.4%
BLUE value IS 29 (11.72% from 255) = 23.2%
R=62.4%
G=14.4%
B=23.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.63
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78182900.770.630.6934962.518.82
Hex4E121D04D3F4515d3e13
Octal11622350115771055357623
Binary1001110100101110101001101111111100010110101110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E121D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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