#580F17

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

Shades of Bordeaux #580F17

Tints of Bordeaux #580F17

Color information

#580F17 (or 0x580F17) is unknown color: approx Bordeaux. HEX triplet: 58, 0F and 17. RGB value is (88,15,23). Sum of RGB (Red+Green+Blue) = 88+15+23=126 (16% of max value = 765). Red value is 88 (34.77% from 255 or 69.84% from 126); Green value is 15 (6.25% from 255 or 11.90% from 126); Blue value is 23 (9.38% from 255 or 18.25% from 126); Max value from RGB is 88 - color contains mainly: red. Hex color #580F17 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580F17 is #A7F0E8. Grayscale: #252525. Windows color (decimal): -11006185 or 1511256. OLE color: 1511256.

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

Color convert

RGB881523-
CMYK00.830.740.65
HSL353.42º70.87%20.2%-
HSV(B)353.42º82.95%34.51%-
XYZ4.352.481.06-
YUV37.74119.68163.85-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 69.84%
GREEN value IS 15 (6.25% from 255) = 11.90%
BLUE value IS 23 (9.38% from 255) = 18.25%
R=69.84%
G=11.90%
B=18.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.74
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88152300.830.740.65353.4270.8720.2
Hex58F170534A411614714
Octal1301727012311210154110724
Binary10110001111101110101001110010101000001101100001100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,15,23); }

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

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

 a { background-color: rgb(88,15,23); }

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

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

 span { border-color: rgb(88,15,23); }

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