Shades of Bordeaux #581E2A
Tints of Bordeaux #581E2A
RGB
CMYK
RGB Variations
Color information
#581E2A (or 0x581E2A) is known color: Bordeaux. HEX triplet: 58, 1E and 2A. RGB value is (88,30,42). Sum of RGB (Red+Green+Blue) = 88+30+42=160 (21% of max value = 765). Red value is 88 (34.77% from 255 or 55% from 160); Green value is 30 (12.11% from 255 or 18.75% from 160); Blue value is 42 (16.80% from 255 or 26.25% from 160); Max value from RGB is 88 - color contains mainly: red. Hex color #581E2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #581E2A is #A7E1D5. Grayscale: #303030. Windows color (decimal): -11002326 or 2760280. OLE color: 2760280.
HSL color Cylindrical-coordinate representation of color #581E2A: hue angle of 347.59º degrees, saturation: 0.49, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #581E2A is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 30 | 42 | - |
| CMYK | 0 | 0.66 | 0.52 | 0.65 |
| HSL | 347.59º | 0.49% | 0.23% | - |
| HSV(B) | 347.59º | 0.66% | 0.35% | - |
| XYZ | 4.91 | 3.17 | 2.54 | - |
| YUV | 48.71 | 124.22 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 30 | 42 | 0 | 0.66 | 0.52 | 0.65 | 347.59 | 0.49 | 0.23 |
| Hex | 58 | 1E | 2A | 0 | 42 | 34 | 41 | 15C | 31 | 17 |
| Octal | 130 | 36 | 52 | 0 | 102 | 64 | 101 | 534 | 61 | 27 |
| Binary | 1011000 | 11110 | 101010 | 0 | 1000010 | 110100 | 1000001 | 101011100 | 110001 | 10111 |
Color Harmonies of #581E2A
Complementary color
Monochromatic Colors of #581E2A
Black with #581E2A
Text Example
Text Example
White with #581E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581E2A; }
p { color: rgb(88,30,42); }
H1.HeaderClassName
{
color: #581E2A;
}
.AnyTagClassName
{
color: #581E2A;
}
</style>
background-color css
<style>
a { background-color: #581E2A; }
a { background-color: rgb(88,30,42); }
div.DivClassName
{
background-color: #581E2A;
}
.BgClassName
{
background-color: #581E2A;
}
</style>
border-color css
<style>
span { border-color: #581E2A; }
span { border-color: rgb(88,30,42); }
td.TdClassName
{
border-color: #581E2A;
}
.TagClassName
{
border-color: #581E2A;
}
</style>