#580109

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

Shades of Bordeaux #580109

Tints of Bordeaux #580109

Color information

#580109 (or 0x580109) is unknown color: approx Bordeaux. HEX triplet: 58, 01 and 09. RGB value is (88,1,9). Sum of RGB (Red+Green+Blue) = 88+1+9=98 (12% of max value = 765). Red value is 88 (34.77% from 255 or 89.80% from 98); Green value is 1 (0.78% from 255 or 1.02% from 98); Blue value is 9 (3.91% from 255 or 9.18% from 98); Max value from RGB is 88 - color contains mainly: red. Hex color #580109 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580109 is #A7FEF6. Grayscale: #1B1B1B. Windows color (decimal): -11009783 or 590168. OLE color: 590168.

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

Color convert

RGB8819-
CMYK00.990.900.65
HSL354.48º97.75%17.45%-
HSV(B)354.48º98.86%34.51%-
XYZ4.082.120.45-
YUV27.92117.32170.85-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 89.80%
GREEN value IS 1 (0.78% from 255) = 1.02%
BLUE value IS 9 (3.91% from 255) = 9.18%
R=89.80%
G=1.02%
B=9.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.90
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal881900.990.900.65354.4897.7517.45
Hex58190635A411626211
Octal130111014313210154214221
Binary1011000110010110001110110101000001101100010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580109; }

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

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

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

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

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

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

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

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