Shades of Bordeaux #580422
Tints of Bordeaux #580422
RGB
CMYK
RGB Variations
Color information
#580422 (or 0x580422) is known color: Bordeaux. HEX triplet: 58, 04 and 22. RGB value is (88,4,34). Sum of RGB (Red+Green+Blue) = 88+4+34=126 (16% of max value = 765). Red value is 88 (34.77% from 255 or 69.84% from 126); Green value is 4 (1.95% from 255 or 3.17% from 126); Blue value is 34 (13.67% from 255 or 26.98% from 126); Max value from RGB is 88 - color contains mainly: red. Hex color #580422 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580422 is #A7FBDD. Grayscale: #202020. Windows color (decimal): -11008990 or 2229336. OLE color: 2229336.
HSL color Cylindrical-coordinate representation of color #580422: hue angle of 338.57º 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 #580422 is Cyan = 0, Magento = 0.95, Yellow = 0.61 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 4 | 34 | - |
| CMYK | 0 | 0.95 | 0.61 | 0.65 |
| HSL | 338.57º | 0.91% | 0.18% | - |
| HSV(B) | 338.57º | 0.95% | 0.35% | - |
| XYZ | 4.36 | 2.28 | 1.72 | - |
| YUV | 32.54 | 128.83 | 167.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 4 | 34 | 0 | 0.95 | 0.61 | 0.65 | 338.57 | 0.91 | 0.18 |
| Hex | 58 | 4 | 22 | 0 | 5F | 3D | 41 | 153 | 5B | 12 |
| Octal | 130 | 4 | 42 | 0 | 137 | 75 | 101 | 523 | 133 | 22 |
| Binary | 1011000 | 100 | 100010 | 0 | 1011111 | 111101 | 1000001 | 101010011 | 1011011 | 10010 |
Color Harmonies of #580422
Complementary color
Monochromatic Colors of #580422
Black with #580422
Text Example
Text Example
White with #580422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580422; }
p { color: rgb(88,4,34); }
H1.HeaderClassName
{
color: #580422;
}
.AnyTagClassName
{
color: #580422;
}
</style>
background-color css
<style>
a { background-color: #580422; }
a { background-color: rgb(88,4,34); }
div.DivClassName
{
background-color: #580422;
}
.BgClassName
{
background-color: #580422;
}
</style>
border-color css
<style>
span { border-color: #580422; }
span { border-color: rgb(88,4,34); }
td.TdClassName
{
border-color: #580422;
}
.TagClassName
{
border-color: #580422;
}
</style>