Shades of Bordeaux #58010F
Tints of Bordeaux #58010F
RGB
CMYK
RGB Variations
Color information
#58010F (or 0x58010F) is known color: Bordeaux. HEX triplet: 58, 01 and 0F. RGB value is (88,1,15). Sum of RGB (Red+Green+Blue) = 88+1+15=104 (13% of max value = 765). Red value is 88 (34.77% from 255 or 84.62% from 104); Green value is 1 (0.78% from 255 or 0.96% from 104); Blue value is 15 (6.25% from 255 or 14.42% from 104); Max value from RGB is 88 - color contains mainly: red. Hex color #58010F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #58010F is #A7FEF0. Grayscale: #1C1C1C. Windows color (decimal): -11009777 or 983384. OLE color: 983384.
HSL color Cylindrical-coordinate representation of color #58010F: hue angle of 350.34º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #58010F is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 1 | 15 | - |
| CMYK | 0 | 0.99 | 0.83 | 0.65 |
| HSL | 350.34º | 0.98% | 0.17% | - |
| HSV(B) | 350.34º | 0.99% | 0.35% | - |
| XYZ | 4.12 | 2.13 | 0.65 | - |
| YUV | 28.61 | 120.32 | 170.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 1 | 15 | 0 | 0.99 | 0.83 | 0.65 | 350.34 | 0.98 | 0.17 |
| Hex | 58 | 1 | F | 0 | 63 | 53 | 41 | 15E | 62 | 11 |
| Octal | 130 | 1 | 17 | 0 | 143 | 123 | 101 | 536 | 142 | 21 |
| Binary | 1011000 | 1 | 1111 | 0 | 1100011 | 1010011 | 1000001 | 101011110 | 1100010 | 10001 |
Color Harmonies of #58010F
Complementary color
Monochromatic Colors of #58010F
Black with #58010F
Text Example
Text Example
White with #58010F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58010F; }
p { color: rgb(88,1,15); }
H1.HeaderClassName
{
color: #58010F;
}
.AnyTagClassName
{
color: #58010F;
}
</style>
background-color css
<style>
a { background-color: #58010F; }
a { background-color: rgb(88,1,15); }
div.DivClassName
{
background-color: #58010F;
}
.BgClassName
{
background-color: #58010F;
}
</style>
border-color css
<style>
span { border-color: #58010F; }
span { border-color: rgb(88,1,15); }
td.TdClassName
{
border-color: #58010F;
}
.TagClassName
{
border-color: #58010F;
}
</style>