Shades of Bordeaux #581725
Tints of Bordeaux #581725
RGB
CMYK
RGB Variations
Color information
#581725 (or 0x581725) is known color: Bordeaux. HEX triplet: 58, 17 and 25. RGB value is (88,23,37). Sum of RGB (Red+Green+Blue) = 88+23+37=148 (19% of max value = 765). Red value is 88 (34.77% from 255 or 59.46% from 148); Green value is 23 (9.38% from 255 or 15.54% from 148); Blue value is 37 (14.84% from 255 or 25% from 148); Max value from RGB is 88 - color contains mainly: red. Hex color #581725 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581725 is #A7E8DA. Grayscale: #2C2C2C. Windows color (decimal): -11004123 or 2430808. OLE color: 2430808.
HSL color Cylindrical-coordinate representation of color #581725: hue angle of 347.08º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #581725 is Cyan = 0, Magento = 0.74, Yellow = 0.58 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 23 | 37 | - |
| CMYK | 0 | 0.74 | 0.58 | 0.65 |
| HSL | 347.08º | 0.59% | 0.22% | - |
| HSV(B) | 347.08º | 0.74% | 0.35% | - |
| XYZ | 4.66 | 2.82 | 2.05 | - |
| YUV | 44.03 | 124.03 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 23 | 37 | 0 | 0.74 | 0.58 | 0.65 | 347.08 | 0.59 | 0.22 |
| Hex | 58 | 17 | 25 | 0 | 4A | 3A | 41 | 15B | 3B | 16 |
| Octal | 130 | 27 | 45 | 0 | 112 | 72 | 101 | 533 | 73 | 26 |
| Binary | 1011000 | 10111 | 100101 | 0 | 1001010 | 111010 | 1000001 | 101011011 | 111011 | 10110 |
Color Harmonies of #581725
Complementary color
Monochromatic Colors of #581725
Black with #581725
Text Example
Text Example
White with #581725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581725; }
p { color: rgb(88,23,37); }
H1.HeaderClassName
{
color: #581725;
}
.AnyTagClassName
{
color: #581725;
}
</style>
background-color css
<style>
a { background-color: #581725; }
a { background-color: rgb(88,23,37); }
div.DivClassName
{
background-color: #581725;
}
.BgClassName
{
background-color: #581725;
}
</style>
border-color css
<style>
span { border-color: #581725; }
span { border-color: rgb(88,23,37); }
td.TdClassName
{
border-color: #581725;
}
.TagClassName
{
border-color: #581725;
}
</style>