Shades of Bordeaux #58030F
Tints of Bordeaux #58030F
RGB
CMYK
RGB Variations
Color information
#58030F (or 0x58030F) is known color: Bordeaux. HEX triplet: 58, 03 and 0F. RGB value is (88,3,15). Sum of RGB (Red+Green+Blue) = 88+3+15=106 (14% of max value = 765). Red value is 88 (34.77% from 255 or 83.02% from 106); Green value is 3 (1.56% from 255 or 2.83% from 106); Blue value is 15 (6.25% from 255 or 14.15% from 106); Max value from RGB is 88 - color contains mainly: red. Hex color #58030F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #58030F is #A7FCF0. Grayscale: #1D1D1D. Windows color (decimal): -11009265 or 983896. OLE color: 983896.
HSL color Cylindrical-coordinate representation of color #58030F: hue angle of 351.53º 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 #58030F is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 3 | 15 | - |
| CMYK | 0 | 0.97 | 0.83 | 0.65 |
| HSL | 351.53º | 0.93% | 0.18% | - |
| HSV(B) | 351.53º | 0.97% | 0.35% | - |
| XYZ | 4.14 | 2.17 | 0.65 | - |
| YUV | 29.78 | 119.66 | 169.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 3 | 15 | 0 | 0.97 | 0.83 | 0.65 | 351.53 | 0.93 | 0.18 |
| Hex | 58 | 3 | F | 0 | 61 | 53 | 41 | 160 | 5D | 12 |
| Octal | 130 | 3 | 17 | 0 | 141 | 123 | 101 | 540 | 135 | 22 |
| Binary | 1011000 | 11 | 1111 | 0 | 1100001 | 1010011 | 1000001 | 101100000 | 1011101 | 10010 |
Color Harmonies of #58030F
Complementary color
Monochromatic Colors of #58030F
Black with #58030F
Text Example
Text Example
White with #58030F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58030F; }
p { color: rgb(88,3,15); }
H1.HeaderClassName
{
color: #58030F;
}
.AnyTagClassName
{
color: #58030F;
}
</style>
background-color css
<style>
a { background-color: #58030F; }
a { background-color: rgb(88,3,15); }
div.DivClassName
{
background-color: #58030F;
}
.BgClassName
{
background-color: #58030F;
}
</style>
border-color css
<style>
span { border-color: #58030F; }
span { border-color: rgb(88,3,15); }
td.TdClassName
{
border-color: #58030F;
}
.TagClassName
{
border-color: #58030F;
}
</style>