Shades of Bordeaux #581325
Tints of Bordeaux #581325
RGB
CMYK
RGB Variations
Color information
#581325 (or 0x581325) is known color: Bordeaux. HEX triplet: 58, 13 and 25. RGB value is (88,19,37). Sum of RGB (Red+Green+Blue) = 88+19+37=144 (19% of max value = 765). Red value is 88 (34.77% from 255 or 61.11% from 144); Green value is 19 (7.81% from 255 or 13.19% from 144); Blue value is 37 (14.84% from 255 or 25.69% from 144); Max value from RGB is 88 - color contains mainly: red. Hex color #581325 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581325 is #A7ECDA. Grayscale: #292929. Windows color (decimal): -11005147 or 2429784. OLE color: 2429784.
HSL color Cylindrical-coordinate representation of color #581325: hue angle of 344.35º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #581325 is Cyan = 0, Magento = 0.78, Yellow = 0.58 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 19 | 37 | - |
| CMYK | 0 | 0.78 | 0.58 | 0.65 |
| HSL | 344.35º | 0.64% | 0.21% | - |
| HSV(B) | 344.35º | 0.78% | 0.35% | - |
| XYZ | 4.59 | 2.67 | 2.02 | - |
| YUV | 41.68 | 125.36 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 19 | 37 | 0 | 0.78 | 0.58 | 0.65 | 344.35 | 0.64 | 0.21 |
| Hex | 58 | 13 | 25 | 0 | 4E | 3A | 41 | 158 | 40 | 15 |
| Octal | 130 | 23 | 45 | 0 | 116 | 72 | 101 | 530 | 100 | 25 |
| Binary | 1011000 | 10011 | 100101 | 0 | 1001110 | 111010 | 1000001 | 101011000 | 1000000 | 10101 |
Color Harmonies of #581325
Complementary color
Monochromatic Colors of #581325
Black with #581325
Text Example
Text Example
White with #581325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581325; }
p { color: rgb(88,19,37); }
H1.HeaderClassName
{
color: #581325;
}
.AnyTagClassName
{
color: #581325;
}
</style>
background-color css
<style>
a { background-color: #581325; }
a { background-color: rgb(88,19,37); }
div.DivClassName
{
background-color: #581325;
}
.BgClassName
{
background-color: #581325;
}
</style>
border-color css
<style>
span { border-color: #581325; }
span { border-color: rgb(88,19,37); }
td.TdClassName
{
border-color: #581325;
}
.TagClassName
{
border-color: #581325;
}
</style>