#4E0D15

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

Shades of Bordeaux #4E0D15

Tints of Bordeaux #4E0D15

Color information

#4E0D15 (or 0x4E0D15) is unknown color: approx Bordeaux. HEX triplet: 4E, 0D and 15. RGB value is (78,13,21). Sum of RGB (Red+Green+Blue) = 78+13+21=112 (14% of max value = 765). Red value is 78 (30.86% from 255 or 69.64% from 112); Green value is 13 (5.47% from 255 or 11.61% from 112); Blue value is 21 (8.59% from 255 or 18.75% from 112); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0D15 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E0D15 is #B1F2EA. Grayscale: #212121. Windows color (decimal): -11662059 or 1379662. OLE color: 1379662.

HSL color Cylindrical-coordinate representation of color #4E0D15: hue angle of 352.62º degrees, saturation: 0.71, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4E0D15 is Cyan = 0, Magento = 0.83, Yellow = 0.73 and Black (K on CMYK) = 0.69.

Color convert

RGB781321-
CMYK00.830.730.69
HSL352.62º71.43%17.84%-
HSV(B)352.62º83.33%30.59%-
XYZ3.421.960.91-
YUV33.35121.03159.85-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 69.64%
GREEN value IS 13 (5.47% from 255) = 11.61%
BLUE value IS 21 (8.59% from 255) = 18.75%
R=69.64%
G=11.61%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.73
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78132100.830.730.69352.6271.4317.84
Hex4ED1505349451614712
Octal1161525012311110554110722
Binary10011101101101010101001110010011000101101100001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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