Shades of Bordeaux #580F20
Tints of Bordeaux #580F20
RGB
CMYK
RGB Variations
Color information
#580F20 (or 0x580F20) is known color: Bordeaux. HEX triplet: 58, 0F and 20. RGB value is (88,15,32). Sum of RGB (Red+Green+Blue) = 88+15+32=135 (17% of max value = 765). Red value is 88 (34.77% from 255 or 65.19% from 135); Green value is 15 (6.25% from 255 or 11.11% from 135); Blue value is 32 (12.89% from 255 or 23.70% from 135); Max value from RGB is 88 - color contains mainly: red. Hex color #580F20 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580F20 is #A7F0DF. Grayscale: #262626. Windows color (decimal): -11006176 or 2101080. OLE color: 2101080.
HSL color Cylindrical-coordinate representation of color #580F20: hue angle of 346.03º 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 #580F20 is Cyan = 0, Magento = 0.83, Yellow = 0.64 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 15 | 32 | - |
| CMYK | 0 | 0.83 | 0.64 | 0.65 |
| HSL | 346.03º | 0.71% | 0.2% | - |
| HSV(B) | 346.03º | 0.83% | 0.35% | - |
| XYZ | 4.46 | 2.52 | 1.62 | - |
| YUV | 38.77 | 124.18 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 15 | 32 | 0 | 0.83 | 0.64 | 0.65 | 346.03 | 0.71 | 0.2 |
| Hex | 58 | F | 20 | 0 | 53 | 40 | 41 | 15A | 47 | 14 |
| Octal | 130 | 17 | 40 | 0 | 123 | 100 | 101 | 532 | 107 | 24 |
| Binary | 1011000 | 1111 | 100000 | 0 | 1010011 | 1000000 | 1000001 | 101011010 | 1000111 | 10100 |
Color Harmonies of #580F20
Complementary color
Monochromatic Colors of #580F20
Black with #580F20
Text Example
Text Example
White with #580F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580F20; }
p { color: rgb(88,15,32); }
H1.HeaderClassName
{
color: #580F20;
}
.AnyTagClassName
{
color: #580F20;
}
</style>
background-color css
<style>
a { background-color: #580F20; }
a { background-color: rgb(88,15,32); }
div.DivClassName
{
background-color: #580F20;
}
.BgClassName
{
background-color: #580F20;
}
</style>
border-color css
<style>
span { border-color: #580F20; }
span { border-color: rgb(88,15,32); }
td.TdClassName
{
border-color: #580F20;
}
.TagClassName
{
border-color: #580F20;
}
</style>