Shades of Bordeaux #58050B
Tints of Bordeaux #58050B
RGB
CMYK
RGB Variations
Color information
#58050B (or 0x58050B) is known color: Bordeaux. HEX triplet: 58, 05 and 0B. RGB value is (88,5,11). Sum of RGB (Red+Green+Blue) = 88+5+11=104 (13% of max value = 765). Red value is 88 (34.77% from 255 or 84.62% from 104); Green value is 5 (2.34% from 255 or 4.81% from 104); Blue value is 11 (4.69% from 255 or 10.58% from 104); Max value from RGB is 88 - color contains mainly: red. Hex color #58050B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #58050B is #A7FAF4. Grayscale: #1E1E1E. Windows color (decimal): -11008757 or 722264. OLE color: 722264.
HSL color Cylindrical-coordinate representation of color #58050B: hue angle of 355.66º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #58050B is Cyan = 0, Magento = 0.94, Yellow = 0.88 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 5 | 11 | - |
| CMYK | 0 | 0.94 | 0.88 | 0.65 |
| HSL | 355.66º | 0.89% | 0.18% | - |
| HSV(B) | 355.66º | 0.94% | 0.35% | - |
| XYZ | 4.14 | 2.21 | 0.52 | - |
| YUV | 30.5 | 117 | 169.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 5 | 11 | 0 | 0.94 | 0.88 | 0.65 | 355.66 | 0.89 | 0.18 |
| Hex | 58 | 5 | B | 0 | 5E | 58 | 41 | 164 | 59 | 12 |
| Octal | 130 | 5 | 13 | 0 | 136 | 130 | 101 | 544 | 131 | 22 |
| Binary | 1011000 | 101 | 1011 | 0 | 1011110 | 1011000 | 1000001 | 101100100 | 1011001 | 10010 |
Color Harmonies of #58050B
Complementary color
Monochromatic Colors of #58050B
Black with #58050B
Text Example
Text Example
White with #58050B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58050B; }
p { color: rgb(88,5,11); }
H1.HeaderClassName
{
color: #58050B;
}
.AnyTagClassName
{
color: #58050B;
}
</style>
background-color css
<style>
a { background-color: #58050B; }
a { background-color: rgb(88,5,11); }
div.DivClassName
{
background-color: #58050B;
}
.BgClassName
{
background-color: #58050B;
}
</style>
border-color css
<style>
span { border-color: #58050B; }
span { border-color: rgb(88,5,11); }
td.TdClassName
{
border-color: #58050B;
}
.TagClassName
{
border-color: #58050B;
}
</style>