#4E131D

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

Shades of Bordeaux #4E131D

Tints of Bordeaux #4E131D

Color information

#4E131D (or 0x4E131D) is unknown color: approx Bordeaux. HEX triplet: 4E, 13 and 1D. RGB value is (78,19,29). Sum of RGB (Red+Green+Blue) = 78+19+29=126 (16% of max value = 765). Red value is 78 (30.86% from 255 or 61.90% from 126); Green value is 19 (7.81% from 255 or 15.08% from 126); Blue value is 29 (11.72% from 255 or 23.02% from 126); Max value from RGB is 78 - color contains mainly: red. Hex color #4E131D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E131D is #B1ECE2. Grayscale: #252525. Windows color (decimal): -11660515 or 1905486. OLE color: 1905486.

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

Color convert

RGB781929-
CMYK00.760.630.69
HSL349.83º60.82%19.02%-
HSV(B)349.83º75.64%30.59%-
XYZ3.62.171.39-
YUV37.78123.05156.69-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 61.90%
GREEN value IS 19 (7.81% from 255) = 15.08%
BLUE value IS 29 (11.72% from 255) = 23.02%
R=61.90%
G=15.08%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.63
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78192900.760.630.69349.8360.8219.02
Hex4E131D04C3F4515e3d13
Octal11623350114771055367523
Binary1001110100111110101001100111111100010110101111011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E131D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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