Shades of Bordeaux #581025
Tints of Bordeaux #581025
RGB
CMYK
RGB Variations
Color information
#581025 (or 0x581025) is known color: Bordeaux. HEX triplet: 58, 10 and 25. RGB value is (88,16,37). Sum of RGB (Red+Green+Blue) = 88+16+37=141 (18% of max value = 765). Red value is 88 (34.77% from 255 or 62.41% from 141); Green value is 16 (6.64% from 255 or 11.35% from 141); Blue value is 37 (14.84% from 255 or 26.24% from 141); Max value from RGB is 88 - color contains mainly: red. Hex color #581025 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581025 is #A7EFDA. Grayscale: #272727. Windows color (decimal): -11005915 or 2429016. OLE color: 2429016.
HSL color Cylindrical-coordinate representation of color #581025: hue angle of 342.5º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #581025 is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 16 | 37 | - |
| CMYK | 0 | 0.82 | 0.58 | 0.65 |
| HSL | 342.5º | 0.69% | 0.2% | - |
| HSV(B) | 342.5º | 0.82% | 0.35% | - |
| XYZ | 4.54 | 2.58 | 2.01 | - |
| YUV | 39.92 | 126.35 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 16 | 37 | 0 | 0.82 | 0.58 | 0.65 | 342.5 | 0.69 | 0.2 |
| Hex | 58 | 10 | 25 | 0 | 52 | 3A | 41 | 156 | 45 | 14 |
| Octal | 130 | 20 | 45 | 0 | 122 | 72 | 101 | 526 | 105 | 24 |
| Binary | 1011000 | 10000 | 100101 | 0 | 1010010 | 111010 | 1000001 | 101010110 | 1000101 | 10100 |
Color Harmonies of #581025
Complementary color
Monochromatic Colors of #581025
Black with #581025
Text Example
Text Example
White with #581025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581025; }
p { color: rgb(88,16,37); }
H1.HeaderClassName
{
color: #581025;
}
.AnyTagClassName
{
color: #581025;
}
</style>
background-color css
<style>
a { background-color: #581025; }
a { background-color: rgb(88,16,37); }
div.DivClassName
{
background-color: #581025;
}
.BgClassName
{
background-color: #581025;
}
</style>
border-color css
<style>
span { border-color: #581025; }
span { border-color: rgb(88,16,37); }
td.TdClassName
{
border-color: #581025;
}
.TagClassName
{
border-color: #581025;
}
</style>