#580E20

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

Shades of Bordeaux #580E20

Tints of Bordeaux #580E20

Color information

#580E20 (or 0x580E20) is unknown color: approx Bordeaux. HEX triplet: 58, 0E and 20. RGB value is (88,14,32). Sum of RGB (Red+Green+Blue) = 88+14+32=134 (17% of max value = 765). Red value is 88 (34.77% from 255 or 65.67% from 134); Green value is 14 (5.86% from 255 or 10.45% from 134); Blue value is 32 (12.89% from 255 or 23.88% from 134); Max value from RGB is 88 - color contains mainly: red. Hex color #580E20 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580E20 is #A7F1DF. Grayscale: #262626. Windows color (decimal): -11006432 or 2100824. OLE color: 2100824.

HSL color Cylindrical-coordinate representation of color #580E20: hue angle of 345.41º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #580E20 is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.65.

Color convert

RGB881432-
CMYK00.840.640.65
HSL345.41º72.55%20%-
HSV(B)345.41º84.09%34.51%-
XYZ4.442.491.61-
YUV38.18124.52163.54-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 65.67%
GREEN value IS 14 (5.86% from 255) = 10.45%
BLUE value IS 32 (12.89% from 255) = 23.88%
R=65.67%
G=10.45%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.64
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88143200.840.640.65345.4172.5520
Hex58E2005440411594914
Octal1301640012410010153111124
Binary101100011101000000101010010000001000001101011001100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580E20; }

 p { color: rgb(88,14,32); }

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

<style>
 a { background-color: #580E20; }

 a { background-color: rgb(88,14,32); }

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

<style>
 span { border-color: #580E20; }

 span { border-color: rgb(88,14,32); }

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