Shades of Bordeaux #581525
Tints of Bordeaux #581525
RGB
CMYK
RGB Variations
Color information
#581525 (or 0x581525) is known color: Bordeaux. HEX triplet: 58, 15 and 25. RGB value is (88,21,37). Sum of RGB (Red+Green+Blue) = 88+21+37=146 (19% of max value = 765). Red value is 88 (34.77% from 255 or 60.27% from 146); Green value is 21 (8.59% from 255 or 14.38% from 146); Blue value is 37 (14.84% from 255 or 25.34% from 146); Max value from RGB is 88 - color contains mainly: red. Hex color #581525 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581525 is #A7EADA. Grayscale: #2A2A2A. Windows color (decimal): -11004635 or 2430296. OLE color: 2430296.
HSL color Cylindrical-coordinate representation of color #581525: hue angle of 345.67º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #581525 is Cyan = 0, Magento = 0.76, Yellow = 0.58 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 21 | 37 | - |
| CMYK | 0 | 0.76 | 0.58 | 0.65 |
| HSL | 345.67º | 0.61% | 0.21% | - |
| HSV(B) | 345.67º | 0.76% | 0.35% | - |
| XYZ | 4.63 | 2.74 | 2.04 | - |
| YUV | 42.86 | 124.7 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 21 | 37 | 0 | 0.76 | 0.58 | 0.65 | 345.67 | 0.61 | 0.21 |
| Hex | 58 | 15 | 25 | 0 | 4C | 3A | 41 | 15A | 3D | 15 |
| Octal | 130 | 25 | 45 | 0 | 114 | 72 | 101 | 532 | 75 | 25 |
| Binary | 1011000 | 10101 | 100101 | 0 | 1001100 | 111010 | 1000001 | 101011010 | 111101 | 10101 |
Color Harmonies of #581525
Complementary color
Monochromatic Colors of #581525
Black with #581525
Text Example
Text Example
White with #581525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581525; }
p { color: rgb(88,21,37); }
H1.HeaderClassName
{
color: #581525;
}
.AnyTagClassName
{
color: #581525;
}
</style>
background-color css
<style>
a { background-color: #581525; }
a { background-color: rgb(88,21,37); }
div.DivClassName
{
background-color: #581525;
}
.BgClassName
{
background-color: #581525;
}
</style>
border-color css
<style>
span { border-color: #581525; }
span { border-color: rgb(88,21,37); }
td.TdClassName
{
border-color: #581525;
}
.TagClassName
{
border-color: #581525;
}
</style>