#4E0C24

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

Shades of Bordeaux #4E0C24

Tints of Bordeaux #4E0C24

Color information

#4E0C24 (or 0x4E0C24) is unknown color: approx Bordeaux. HEX triplet: 4E, 0C and 24. RGB value is (78,12,36). Sum of RGB (Red+Green+Blue) = 78+12+36=126 (16% of max value = 765). Red value is 78 (30.86% from 255 or 61.90% from 126); Green value is 12 (5.08% from 255 or 9.52% from 126); Blue value is 36 (14.45% from 255 or 28.57% from 126); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0C24 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0C24 is #B1F3DB. Grayscale: #222222. Windows color (decimal): -11662300 or 2362446. OLE color: 2362446.

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

Color convert

RGB781236-
CMYK00.850.540.69
HSL338.18º73.33%17.65%-
HSV(B)338.18º84.62%30.59%-
XYZ3.592.011.87-
YUV34.47128.87159.05-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 61.90%
GREEN value IS 12 (5.08% from 255) = 9.52%
BLUE value IS 36 (14.45% from 255) = 28.57%
R=61.90%
G=9.52%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.54
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78123600.850.540.69338.1873.3317.65
Hex4EC2405536451524912
Octal116144401256610552211122
Binary10011101100100100010101011101101000101101010010100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,12,36); }

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

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

 a { background-color: rgb(78,12,36); }

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

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

 span { border-color: rgb(78,12,36); }

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