#4E0520

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

Shades of Bordeaux #4E0520

Tints of Bordeaux #4E0520

Color information

#4E0520 (or 0x4E0520) is unknown color: approx Bordeaux. HEX triplet: 4E, 05 and 20. RGB value is (78,5,32). Sum of RGB (Red+Green+Blue) = 78+5+32=115 (15% of max value = 765). Red value is 78 (30.86% from 255 or 67.83% from 115); Green value is 5 (2.34% from 255 or 4.35% from 115); Blue value is 32 (12.89% from 255 or 27.83% from 115); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0520 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0520 is #B1FADF. Grayscale: #1D1D1D. Windows color (decimal): -11664096 or 2098510. OLE color: 2098510.

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

Color convert

RGB78532-
CMYK00.940.590.69
HSL337.81º87.95%16.27%-
HSV(B)337.81º93.59%30.59%-
XYZ3.461.831.54-
YUV29.9129.18162.3-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 67.83%
GREEN value IS 5 (2.34% from 255) = 4.35%
BLUE value IS 32 (12.89% from 255) = 27.83%
R=67.83%
G=4.35%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.59
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7853200.940.590.69337.8187.9516.27
Hex4E52005E3B451525810
Octal11654001367310552213020
Binary1001110101100000010111101110111000101101010010101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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