Shades of Bordeaux #580409
Tints of Bordeaux #580409
RGB
CMYK
RGB Variations
Color information
#580409 (or 0x580409) is known color: Bordeaux. HEX triplet: 58, 04 and 09. RGB value is (88,4,9). Sum of RGB (Red+Green+Blue) = 88+4+9=101 (13% of max value = 765). Red value is 88 (34.77% from 255 or 87.13% from 101); Green value is 4 (1.95% from 255 or 3.96% from 101); Blue value is 9 (3.91% from 255 or 8.91% from 101); Max value from RGB is 88 - color contains mainly: red. Hex color #580409 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580409 is #A7FBF6. Grayscale: #1D1D1D. Windows color (decimal): -11009015 or 590936. OLE color: 590936.
HSL color Cylindrical-coordinate representation of color #580409: hue angle of 356.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 #580409 is Cyan = 0, Magento = 0.95, Yellow = 0.90 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 4 | 9 | - |
| CMYK | 0 | 0.95 | 0.90 | 0.65 |
| HSL | 356.43º | 0.91% | 0.18% | - |
| HSV(B) | 356.43º | 0.95% | 0.35% | - |
| XYZ | 4.12 | 2.18 | 0.46 | - |
| YUV | 29.69 | 116.33 | 169.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 4 | 9 | 0 | 0.95 | 0.90 | 0.65 | 356.43 | 0.91 | 0.18 |
| Hex | 58 | 4 | 9 | 0 | 5F | 5A | 41 | 164 | 5B | 12 |
| Octal | 130 | 4 | 11 | 0 | 137 | 132 | 101 | 544 | 133 | 22 |
| Binary | 1011000 | 100 | 1001 | 0 | 1011111 | 1011010 | 1000001 | 101100100 | 1011011 | 10010 |
Color Harmonies of #580409
Complementary color
Monochromatic Colors of #580409
Black with #580409
Text Example
Text Example
White with #580409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580409; }
p { color: rgb(88,4,9); }
H1.HeaderClassName
{
color: #580409;
}
.AnyTagClassName
{
color: #580409;
}
</style>
background-color css
<style>
a { background-color: #580409; }
a { background-color: rgb(88,4,9); }
div.DivClassName
{
background-color: #580409;
}
.BgClassName
{
background-color: #580409;
}
</style>
border-color css
<style>
span { border-color: #580409; }
span { border-color: rgb(88,4,9); }
td.TdClassName
{
border-color: #580409;
}
.TagClassName
{
border-color: #580409;
}
</style>