Shades of Bordeaux #520C16
Tints of Bordeaux #520C16
RGB
CMYK
RGB Variations
Color information
#520C16 (or 0x520C16) is known color: Bordeaux. HEX triplet: 52, 0C and 16. RGB value is (82,12,22). Sum of RGB (Red+Green+Blue) = 82+12+22=116 (15% of max value = 765). Red value is 82 (32.42% from 255 or 70.69% from 116); Green value is 12 (5.08% from 255 or 10.34% from 116); Blue value is 22 (8.98% from 255 or 18.97% from 116); Max value from RGB is 82 - color contains mainly: red. Hex color #520C16 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520C16 is #ADF3E9. Grayscale: #222222. Windows color (decimal): -11400170 or 1444946. OLE color: 1444946.
HSL color Cylindrical-coordinate representation of color #520C16: hue angle of 351.43º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #520C16 is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 12 | 22 | - |
| CMYK | 0 | 0.85 | 0.73 | 0.68 |
| HSL | 351.43º | 0.74% | 0.18% | - |
| HSV(B) | 351.43º | 0.85% | 0.32% | - |
| XYZ | 3.76 | 2.11 | 0.97 | - |
| YUV | 34.07 | 121.19 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 12 | 22 | 0 | 0.85 | 0.73 | 0.68 | 351.43 | 0.74 | 0.18 |
| Hex | 52 | C | 16 | 0 | 55 | 49 | 44 | 15F | 4A | 12 |
| Octal | 122 | 14 | 26 | 0 | 125 | 111 | 104 | 537 | 112 | 22 |
| Binary | 1010010 | 1100 | 10110 | 0 | 1010101 | 1001001 | 1000100 | 101011111 | 1001010 | 10010 |
Color Harmonies of #520C16
Complementary color
Monochromatic Colors of #520C16
Black with #520C16
Text Example
Text Example
White with #520C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520C16; }
p { color: rgb(82,12,22); }
H1.HeaderClassName
{
color: #520C16;
}
.AnyTagClassName
{
color: #520C16;
}
</style>
background-color css
<style>
a { background-color: #520C16; }
a { background-color: rgb(82,12,22); }
div.DivClassName
{
background-color: #520C16;
}
.BgClassName
{
background-color: #520C16;
}
</style>
border-color css
<style>
span { border-color: #520C16; }
span { border-color: rgb(82,12,22); }
td.TdClassName
{
border-color: #520C16;
}
.TagClassName
{
border-color: #520C16;
}
</style>