#4E1315

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

Shades of Bordeaux #4E1315

Tints of Bordeaux #4E1315

Color information

#4E1315 (or 0x4E1315) is unknown color: approx Bordeaux. HEX triplet: 4E, 13 and 15. RGB value is (78,19,21). Sum of RGB (Red+Green+Blue) = 78+19+21=118 (15% of max value = 765). Red value is 78 (30.86% from 255 or 66.10% from 118); Green value is 19 (7.81% from 255 or 16.10% from 118); Blue value is 21 (8.59% from 255 or 17.80% from 118); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1315 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E1315 is #B1ECEA. Grayscale: #242424. Windows color (decimal): -11660523 or 1381198. OLE color: 1381198.

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

Color convert

RGB781921-
CMYK00.760.730.69
HSL357.97º60.82%19.02%-
HSV(B)357.97º75.64%30.59%-
XYZ3.512.140.94-
YUV36.87119.05157.34-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 66.10%
GREEN value IS 19 (7.81% from 255) = 16.10%
BLUE value IS 21 (8.59% from 255) = 17.80%
R=66.10%
G=16.10%
B=17.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.73
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78192100.760.730.69357.9760.8219.02
Hex4E131504C49451663d13
Octal116232501141111055467523
Binary10011101001110101010011001001001100010110110011011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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