Shades of Bordeaux #58030E
Tints of Bordeaux #58030E
RGB
CMYK
RGB Variations
Color information
#58030E (or 0x58030E) is known color: Bordeaux. HEX triplet: 58, 03 and 0E. RGB value is (88,3,14). Sum of RGB (Red+Green+Blue) = 88+3+14=105 (13% of max value = 765). Red value is 88 (34.77% from 255 or 83.81% from 105); Green value is 3 (1.56% from 255 or 2.86% from 105); Blue value is 14 (5.86% from 255 or 13.33% from 105); Max value from RGB is 88 - color contains mainly: red. Hex color #58030E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #58030E is #A7FCF1. Grayscale: #1D1D1D. Windows color (decimal): -11009266 or 918360. OLE color: 918360.
HSL color Cylindrical-coordinate representation of color #58030E: hue angle of 352.24º 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 #58030E is Cyan = 0, Magento = 0.97, Yellow = 0.84 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 3 | 14 | - |
| CMYK | 0 | 0.97 | 0.84 | 0.65 |
| HSL | 352.24º | 0.93% | 0.18% | - |
| HSV(B) | 352.24º | 0.97% | 0.35% | - |
| XYZ | 4.14 | 2.17 | 0.62 | - |
| YUV | 29.67 | 119.16 | 169.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 3 | 14 | 0 | 0.97 | 0.84 | 0.65 | 352.24 | 0.93 | 0.18 |
| Hex | 58 | 3 | E | 0 | 61 | 54 | 41 | 160 | 5D | 12 |
| Octal | 130 | 3 | 16 | 0 | 141 | 124 | 101 | 540 | 135 | 22 |
| Binary | 1011000 | 11 | 1110 | 0 | 1100001 | 1010100 | 1000001 | 101100000 | 1011101 | 10010 |
Color Harmonies of #58030E
Complementary color
Monochromatic Colors of #58030E
Black with #58030E
Text Example
Text Example
White with #58030E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58030E; }
p { color: rgb(88,3,14); }
H1.HeaderClassName
{
color: #58030E;
}
.AnyTagClassName
{
color: #58030E;
}
</style>
background-color css
<style>
a { background-color: #58030E; }
a { background-color: rgb(88,3,14); }
div.DivClassName
{
background-color: #58030E;
}
.BgClassName
{
background-color: #58030E;
}
</style>
border-color css
<style>
span { border-color: #58030E; }
span { border-color: rgb(88,3,14); }
td.TdClassName
{
border-color: #58030E;
}
.TagClassName
{
border-color: #58030E;
}
</style>