Shades of Bordeaux #580418
Tints of Bordeaux #580418
RGB
CMYK
RGB Variations
Color information
#580418 (or 0x580418) is known color: Bordeaux. HEX triplet: 58, 04 and 18. RGB value is (88,4,24). Sum of RGB (Red+Green+Blue) = 88+4+24=116 (15% of max value = 765). Red value is 88 (34.77% from 255 or 75.86% from 116); Green value is 4 (1.95% from 255 or 3.45% from 116); Blue value is 24 (9.77% from 255 or 20.69% from 116); Max value from RGB is 88 - color contains mainly: red. Hex color #580418 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580418 is #A7FBE7. Grayscale: #1F1F1F. Windows color (decimal): -11009000 or 1573976. OLE color: 1573976.
HSL color Cylindrical-coordinate representation of color #580418: hue angle of 345.71º 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 #580418 is Cyan = 0, Magento = 0.95, Yellow = 0.73 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 4 | 24 | - |
| CMYK | 0 | 0.95 | 0.73 | 0.65 |
| HSL | 345.71º | 0.91% | 0.18% | - |
| HSV(B) | 345.71º | 0.95% | 0.35% | - |
| XYZ | 4.23 | 2.23 | 1.07 | - |
| YUV | 31.4 | 123.83 | 168.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 4 | 24 | 0 | 0.95 | 0.73 | 0.65 | 345.71 | 0.91 | 0.18 |
| Hex | 58 | 4 | 18 | 0 | 5F | 49 | 41 | 15A | 5B | 12 |
| Octal | 130 | 4 | 30 | 0 | 137 | 111 | 101 | 532 | 133 | 22 |
| Binary | 1011000 | 100 | 11000 | 0 | 1011111 | 1001001 | 1000001 | 101011010 | 1011011 | 10010 |
Color Harmonies of #580418
Complementary color
Monochromatic Colors of #580418
Black with #580418
Text Example
Text Example
White with #580418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580418; }
p { color: rgb(88,4,24); }
H1.HeaderClassName
{
color: #580418;
}
.AnyTagClassName
{
color: #580418;
}
</style>
background-color css
<style>
a { background-color: #580418; }
a { background-color: rgb(88,4,24); }
div.DivClassName
{
background-color: #580418;
}
.BgClassName
{
background-color: #580418;
}
</style>
border-color css
<style>
span { border-color: #580418; }
span { border-color: rgb(88,4,24); }
td.TdClassName
{
border-color: #580418;
}
.TagClassName
{
border-color: #580418;
}
</style>