Shades of Bordeaux #520218
Tints of Bordeaux #520218
RGB
CMYK
RGB Variations
Color information
#520218 (or 0x520218) is known color: Bordeaux. HEX triplet: 52, 02 and 18. RGB value is (82,2,24). Sum of RGB (Red+Green+Blue) = 82+2+24=108 (14% of max value = 765). Red value is 82 (32.42% from 255 or 75.93% from 108); Green value is 2 (1.17% from 255 or 1.85% from 108); Blue value is 24 (9.77% from 255 or 22.22% from 108); Max value from RGB is 82 - color contains mainly: red. Hex color #520218 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520218 is #ADFDE7. Grayscale: #1C1C1C. Windows color (decimal): -11402728 or 1573458. OLE color: 1573458.
HSL color Cylindrical-coordinate representation of color #520218: hue angle of 343.5º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #520218 is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 2 | 24 | - |
| CMYK | 0 | 0.98 | 0.71 | 0.68 |
| HSL | 343.5º | 0.95% | 0.16% | - |
| HSV(B) | 343.5º | 0.98% | 0.32% | - |
| XYZ | 3.67 | 1.9 | 1.04 | - |
| YUV | 28.43 | 125.5 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 2 | 24 | 0 | 0.98 | 0.71 | 0.68 | 343.5 | 0.95 | 0.16 |
| Hex | 52 | 2 | 18 | 0 | 62 | 47 | 44 | 158 | 5F | 10 |
| Octal | 122 | 2 | 30 | 0 | 142 | 107 | 104 | 530 | 137 | 20 |
| Binary | 1010010 | 10 | 11000 | 0 | 1100010 | 1000111 | 1000100 | 101011000 | 1011111 | 10000 |
Color Harmonies of #520218
Complementary color
Monochromatic Colors of #520218
Black with #520218
Text Example
Text Example
White with #520218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520218; }
p { color: rgb(82,2,24); }
H1.HeaderClassName
{
color: #520218;
}
.AnyTagClassName
{
color: #520218;
}
</style>
background-color css
<style>
a { background-color: #520218; }
a { background-color: rgb(82,2,24); }
div.DivClassName
{
background-color: #520218;
}
.BgClassName
{
background-color: #520218;
}
</style>
border-color css
<style>
span { border-color: #520218; }
span { border-color: rgb(82,2,24); }
td.TdClassName
{
border-color: #520218;
}
.TagClassName
{
border-color: #520218;
}
</style>