Shades of Bordeaux #581A25
Tints of Bordeaux #581A25
RGB
CMYK
RGB Variations
Color information
#581A25 (or 0x581A25) is known color: Bordeaux. HEX triplet: 58, 1A and 25. RGB value is (88,26,37). Sum of RGB (Red+Green+Blue) = 88+26+37=151 (20% of max value = 765). Red value is 88 (34.77% from 255 or 58.28% from 151); Green value is 26 (10.55% from 255 or 17.22% from 151); Blue value is 37 (14.84% from 255 or 24.50% from 151); Max value from RGB is 88 - color contains mainly: red. Hex color #581A25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #581A25 is #A7E5DA. Grayscale: #2D2D2D. Windows color (decimal): -11003355 or 2431576. OLE color: 2431576.
HSL color Cylindrical-coordinate representation of color #581A25: hue angle of 349.35º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #581A25 is Cyan = 0, Magento = 0.70, Yellow = 0.58 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 26 | 37 | - |
| CMYK | 0 | 0.70 | 0.58 | 0.65 |
| HSL | 349.35º | 0.54% | 0.22% | - |
| HSV(B) | 349.35º | 0.7% | 0.35% | - |
| XYZ | 4.73 | 2.95 | 2.07 | - |
| YUV | 45.79 | 123.04 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 26 | 37 | 0 | 0.70 | 0.58 | 0.65 | 349.35 | 0.54 | 0.22 |
| Hex | 58 | 1A | 25 | 0 | 46 | 3A | 41 | 15D | 36 | 16 |
| Octal | 130 | 32 | 45 | 0 | 106 | 72 | 101 | 535 | 66 | 26 |
| Binary | 1011000 | 11010 | 100101 | 0 | 1000110 | 111010 | 1000001 | 101011101 | 110110 | 10110 |
Color Harmonies of #581A25
Complementary color
Monochromatic Colors of #581A25
Black with #581A25
Text Example
Text Example
White with #581A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581A25; }
p { color: rgb(88,26,37); }
H1.HeaderClassName
{
color: #581A25;
}
.AnyTagClassName
{
color: #581A25;
}
</style>
background-color css
<style>
a { background-color: #581A25; }
a { background-color: rgb(88,26,37); }
div.DivClassName
{
background-color: #581A25;
}
.BgClassName
{
background-color: #581A25;
}
</style>
border-color css
<style>
span { border-color: #581A25; }
span { border-color: rgb(88,26,37); }
td.TdClassName
{
border-color: #581A25;
}
.TagClassName
{
border-color: #581A25;
}
</style>