Shades of Bordeaux #580410
Tints of Bordeaux #580410
RGB
CMYK
RGB Variations
Color information
#580410 (or 0x580410) is known color: Bordeaux. HEX triplet: 58, 04 and 10. RGB value is (88,4,16). Sum of RGB (Red+Green+Blue) = 88+4+16=108 (14% of max value = 765). Red value is 88 (34.77% from 255 or 81.48% from 108); Green value is 4 (1.95% from 255 or 3.70% from 108); Blue value is 16 (6.64% from 255 or 14.81% from 108); Max value from RGB is 88 - color contains mainly: red. Hex color #580410 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580410 is #A7FBEF. Grayscale: #1E1E1E. Windows color (decimal): -11009008 or 1049688. OLE color: 1049688.
HSL color Cylindrical-coordinate representation of color #580410: hue angle of 351.43º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #580410 is Cyan = 0, Magento = 0.95, Yellow = 0.82 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 4 | 16 | - |
| CMYK | 0 | 0.95 | 0.82 | 0.65 |
| HSL | 351.43º | 0.91% | 0.18% | - |
| HSV(B) | 351.43º | 0.95% | 0.35% | - |
| XYZ | 4.16 | 2.2 | 0.7 | - |
| YUV | 30.48 | 119.83 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 4 | 16 | 0 | 0.95 | 0.82 | 0.65 | 351.43 | 0.91 | 0.18 |
| Hex | 58 | 4 | 10 | 0 | 5F | 52 | 41 | 15F | 5B | 12 |
| Octal | 130 | 4 | 20 | 0 | 137 | 122 | 101 | 537 | 133 | 22 |
| Binary | 1011000 | 100 | 10000 | 0 | 1011111 | 1010010 | 1000001 | 101011111 | 1011011 | 10010 |
Color Harmonies of #580410
Complementary color
Monochromatic Colors of #580410
Black with #580410
Text Example
Text Example
White with #580410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580410; }
p { color: rgb(88,4,16); }
H1.HeaderClassName
{
color: #580410;
}
.AnyTagClassName
{
color: #580410;
}
</style>
background-color css
<style>
a { background-color: #580410; }
a { background-color: rgb(88,4,16); }
div.DivClassName
{
background-color: #580410;
}
.BgClassName
{
background-color: #580410;
}
</style>
border-color css
<style>
span { border-color: #580410; }
span { border-color: rgb(88,4,16); }
td.TdClassName
{
border-color: #580410;
}
.TagClassName
{
border-color: #580410;
}
</style>