#580509

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

Shades of Bordeaux #580509

Tints of Bordeaux #580509

Color information

#580509 (or 0x580509) is unknown color: approx Bordeaux. HEX triplet: 58, 05 and 09. RGB value is (88,5,9). Sum of RGB (Red+Green+Blue) = 88+5+9=102 (13% of max value = 765). Red value is 88 (34.77% from 255 or 86.27% from 102); Green value is 5 (2.34% from 255 or 4.90% from 102); Blue value is 9 (3.91% from 255 or 8.82% from 102); Max value from RGB is 88 - color contains mainly: red. Hex color #580509 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580509 is #A7FAF6. Grayscale: #1E1E1E. Windows color (decimal): -11008759 or 591192. OLE color: 591192.

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

Color convert

RGB8859-
CMYK00.940.900.65
HSL357.11º89.25%18.24%-
HSV(B)357.11º94.32%34.51%-
XYZ4.132.20.47-
YUV30.27116169.17-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 86.27%
GREEN value IS 5 (2.34% from 255) = 4.90%
BLUE value IS 9 (3.91% from 255) = 8.82%
R=86.27%
G=4.90%
B=8.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.90
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal885900.940.900.65357.1189.2518.24
Hex585905E5A411655912
Octal130511013613210154513122
Binary101100010110010101111010110101000001101100101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580509; }

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

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

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

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

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

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

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

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