#4E0A20

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

Shades of Bordeaux #4E0A20

Tints of Bordeaux #4E0A20

Color information

#4E0A20 (or 0x4E0A20) is unknown color: approx Bordeaux. HEX triplet: 4E, 0A and 20. RGB value is (78,10,32). Sum of RGB (Red+Green+Blue) = 78+10+32=120 (15% of max value = 765). Red value is 78 (30.86% from 255 or 65% from 120); Green value is 10 (4.30% from 255 or 8.33% from 120); Blue value is 32 (12.89% from 255 or 26.67% from 120); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0A20 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0A20 is #B1F5DF. Grayscale: #202020. Windows color (decimal): -11662816 or 2099790. OLE color: 2099790.

HSL color Cylindrical-coordinate representation of color #4E0A20: hue angle of 340.59º degrees, saturation: 0.77, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4E0A20 is Cyan = 0, Magento = 0.87, Yellow = 0.59 and Black (K on CMYK) = 0.69.

Color convert

RGB781032-
CMYK00.870.590.69
HSL340.59º77.27%17.25%-
HSV(B)340.59º87.18%30.59%-
XYZ3.511.941.56-
YUV32.84127.53160.21-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 65%
GREEN value IS 10 (4.30% from 255) = 8.33%
BLUE value IS 32 (12.89% from 255) = 26.67%
R=65%
G=8.33%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.59
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78103200.870.590.69340.5977.2717.25
Hex4EA200573B451554d11
Octal116124001277310552511521
Binary10011101010100000010101111110111000101101010101100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,10,32); }

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

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

 a { background-color: rgb(78,10,32); }

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

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

 span { border-color: rgb(78,10,32); }

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