#580209

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

Shades of Bordeaux #580209

Tints of Bordeaux #580209

Color information

#580209 (or 0x580209) is unknown color: approx Bordeaux. HEX triplet: 58, 02 and 09. RGB value is (88,2,9). Sum of RGB (Red+Green+Blue) = 88+2+9=99 (13% of max value = 765). Red value is 88 (34.77% from 255 or 88.89% from 99); Green value is 2 (1.17% from 255 or 2.02% from 99); Blue value is 9 (3.91% from 255 or 9.09% from 99); Max value from RGB is 88 - color contains mainly: red. Hex color #580209 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580209 is #A7FDF6. Grayscale: #1C1C1C. Windows color (decimal): -11009527 or 590424. OLE color: 590424.

HSL color Cylindrical-coordinate representation of color #580209: hue angle of 355.12º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #580209 is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.65.

Color convert

RGB8829-
CMYK00.980.900.65
HSL355.12º95.56%17.65%-
HSV(B)355.12º97.73%34.51%-
XYZ4.12.140.46-
YUV28.51116.99170.43-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 88.89%
GREEN value IS 2 (1.17% from 255) = 2.02%
BLUE value IS 9 (3.91% from 255) = 9.09%
R=88.89%
G=2.02%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.90
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal882900.980.900.65355.1295.5617.65
Hex58290625A411636012
Octal130211014213210154314022
Binary10110001010010110001010110101000001101100011110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580209; }

 p { color: rgb(88,2,9); }

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

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

 a { background-color: rgb(88,2,9); }

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

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

 span { border-color: rgb(88,2,9); }

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