Shades of Bordeaux #58030B
Tints of Bordeaux #58030B
RGB
CMYK
RGB Variations
Color information
#58030B (or 0x58030B) is known color: Bordeaux. HEX triplet: 58, 03 and 0B. RGB value is (88,3,11). Sum of RGB (Red+Green+Blue) = 88+3+11=102 (13% of max value = 765). Red value is 88 (34.77% from 255 or 86.27% from 102); Green value is 3 (1.56% from 255 or 2.94% from 102); Blue value is 11 (4.69% from 255 or 10.78% from 102); Max value from RGB is 88 - color contains mainly: red. Hex color #58030B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #58030B is #A7FCF4. Grayscale: #1D1D1D. Windows color (decimal): -11009269 or 721752. OLE color: 721752.
HSL color Cylindrical-coordinate representation of color #58030B: hue angle of 354.35º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #58030B is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 3 | 11 | - |
| CMYK | 0 | 0.97 | 0.88 | 0.65 |
| HSL | 354.35º | 0.93% | 0.18% | - |
| HSV(B) | 354.35º | 0.97% | 0.35% | - |
| XYZ | 4.12 | 2.16 | 0.52 | - |
| YUV | 29.33 | 117.66 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 3 | 11 | 0 | 0.97 | 0.88 | 0.65 | 354.35 | 0.93 | 0.18 |
| Hex | 58 | 3 | B | 0 | 61 | 58 | 41 | 162 | 5D | 12 |
| Octal | 130 | 3 | 13 | 0 | 141 | 130 | 101 | 542 | 135 | 22 |
| Binary | 1011000 | 11 | 1011 | 0 | 1100001 | 1011000 | 1000001 | 101100010 | 1011101 | 10010 |
Color Harmonies of #58030B
Complementary color
Monochromatic Colors of #58030B
Black with #58030B
Text Example
Text Example
White with #58030B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58030B; }
p { color: rgb(88,3,11); }
H1.HeaderClassName
{
color: #58030B;
}
.AnyTagClassName
{
color: #58030B;
}
</style>
background-color css
<style>
a { background-color: #58030B; }
a { background-color: rgb(88,3,11); }
div.DivClassName
{
background-color: #58030B;
}
.BgClassName
{
background-color: #58030B;
}
</style>
border-color css
<style>
span { border-color: #58030B; }
span { border-color: rgb(88,3,11); }
td.TdClassName
{
border-color: #58030B;
}
.TagClassName
{
border-color: #58030B;
}
</style>