#4E0D18

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

Shades of Bordeaux #4E0D18

Tints of Bordeaux #4E0D18

Color information

#4E0D18 (or 0x4E0D18) is unknown color: approx Bordeaux. HEX triplet: 4E, 0D and 18. RGB value is (78,13,24). Sum of RGB (Red+Green+Blue) = 78+13+24=115 (15% of max value = 765). Red value is 78 (30.86% from 255 or 67.83% from 115); Green value is 13 (5.47% from 255 or 11.30% from 115); Blue value is 24 (9.77% from 255 or 20.87% from 115); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0D18 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E0D18 is #B1F2E7. Grayscale: #212121. Windows color (decimal): -11662056 or 1576270. OLE color: 1576270.

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

Color convert

RGB781324-
CMYK00.830.690.69
HSL349.85º71.43%17.84%-
HSV(B)349.85º83.33%30.59%-
XYZ3.451.971.06-
YUV33.69122.53159.61-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 67.83%
GREEN value IS 13 (5.47% from 255) = 11.30%
BLUE value IS 24 (9.77% from 255) = 20.87%
R=67.83%
G=11.30%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.69
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78132400.830.690.69349.8571.4317.84
Hex4ED18053454515e4712
Octal1161530012310510553610722
Binary10011101101110000101001110001011000101101011110100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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