Shades of Bordeaux #580321
Tints of Bordeaux #580321
RGB
CMYK
RGB Variations
Color information
#580321 (or 0x580321) is known color: Bordeaux. HEX triplet: 58, 03 and 21. RGB value is (88,3,33). Sum of RGB (Red+Green+Blue) = 88+3+33=124 (16% of max value = 765). Red value is 88 (34.77% from 255 or 70.97% from 124); Green value is 3 (1.56% from 255 or 2.42% from 124); Blue value is 33 (13.28% from 255 or 26.61% from 124); Max value from RGB is 88 - color contains mainly: red. Hex color #580321 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580321 is #A7FCDE. Grayscale: #1F1F1F. Windows color (decimal): -11009247 or 2163544. OLE color: 2163544.
HSL color Cylindrical-coordinate representation of color #580321: hue angle of 338.82º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #580321 is Cyan = 0, Magento = 0.97, Yellow = 0.62 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 3 | 33 | - |
| CMYK | 0 | 0.97 | 0.62 | 0.65 |
| HSL | 338.82º | 0.93% | 0.18% | - |
| HSV(B) | 338.82º | 0.97% | 0.35% | - |
| XYZ | 4.33 | 2.25 | 1.64 | - |
| YUV | 31.84 | 128.66 | 168.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 3 | 33 | 0 | 0.97 | 0.62 | 0.65 | 338.82 | 0.93 | 0.18 |
| Hex | 58 | 3 | 21 | 0 | 61 | 3E | 41 | 153 | 5D | 12 |
| Octal | 130 | 3 | 41 | 0 | 141 | 76 | 101 | 523 | 135 | 22 |
| Binary | 1011000 | 11 | 100001 | 0 | 1100001 | 111110 | 1000001 | 101010011 | 1011101 | 10010 |
Color Harmonies of #580321
Complementary color
Monochromatic Colors of #580321
Black with #580321
Text Example
Text Example
White with #580321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580321; }
p { color: rgb(88,3,33); }
H1.HeaderClassName
{
color: #580321;
}
.AnyTagClassName
{
color: #580321;
}
</style>
background-color css
<style>
a { background-color: #580321; }
a { background-color: rgb(88,3,33); }
div.DivClassName
{
background-color: #580321;
}
.BgClassName
{
background-color: #580321;
}
</style>
border-color css
<style>
span { border-color: #580321; }
span { border-color: rgb(88,3,33); }
td.TdClassName
{
border-color: #580321;
}
.TagClassName
{
border-color: #580321;
}
</style>