Shades of Bordeaux #580B25
Tints of Bordeaux #580B25
RGB
CMYK
RGB Variations
Color information
#580B25 (or 0x580B25) is known color: Bordeaux. HEX triplet: 58, 0B and 25. RGB value is (88,11,37). Sum of RGB (Red+Green+Blue) = 88+11+37=136 (18% of max value = 765). Red value is 88 (34.77% from 255 or 64.71% from 136); Green value is 11 (4.69% from 255 or 8.09% from 136); Blue value is 37 (14.84% from 255 or 27.21% from 136); Max value from RGB is 88 - color contains mainly: red. Hex color #580B25 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580B25 is #A7F4DA. Grayscale: #242424. Windows color (decimal): -11007195 or 2427736. OLE color: 2427736.
HSL color Cylindrical-coordinate representation of color #580B25: hue angle of 339.74º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #580B25 is Cyan = 0, Magento = 0.88, Yellow = 0.58 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 11 | 37 | - |
| CMYK | 0 | 0.88 | 0.58 | 0.65 |
| HSL | 339.74º | 0.78% | 0.19% | - |
| HSV(B) | 339.74º | 0.88% | 0.35% | - |
| XYZ | 4.48 | 2.45 | 1.99 | - |
| YUV | 36.99 | 128.01 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 11 | 37 | 0 | 0.88 | 0.58 | 0.65 | 339.74 | 0.78 | 0.19 |
| Hex | 58 | B | 25 | 0 | 58 | 3A | 41 | 154 | 4E | 13 |
| Octal | 130 | 13 | 45 | 0 | 130 | 72 | 101 | 524 | 116 | 23 |
| Binary | 1011000 | 1011 | 100101 | 0 | 1011000 | 111010 | 1000001 | 101010100 | 1001110 | 10011 |
Color Harmonies of #580B25
Complementary color
Monochromatic Colors of #580B25
Black with #580B25
Text Example
Text Example
White with #580B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580B25; }
p { color: rgb(88,11,37); }
H1.HeaderClassName
{
color: #580B25;
}
.AnyTagClassName
{
color: #580B25;
}
</style>
background-color css
<style>
a { background-color: #580B25; }
a { background-color: rgb(88,11,37); }
div.DivClassName
{
background-color: #580B25;
}
.BgClassName
{
background-color: #580B25;
}
</style>
border-color css
<style>
span { border-color: #580B25; }
span { border-color: rgb(88,11,37); }
td.TdClassName
{
border-color: #580B25;
}
.TagClassName
{
border-color: #580B25;
}
</style>