Shades of Bordeaux #520C20
Tints of Bordeaux #520C20
RGB
CMYK
RGB Variations
Color information
#520C20 (or 0x520C20) is known color: Bordeaux. HEX triplet: 52, 0C and 20. RGB value is (82,12,32). Sum of RGB (Red+Green+Blue) = 82+12+32=126 (16% of max value = 765). Red value is 82 (32.42% from 255 or 65.08% from 126); Green value is 12 (5.08% from 255 or 9.52% from 126); Blue value is 32 (12.89% from 255 or 25.40% from 126); Max value from RGB is 82 - color contains mainly: red. Hex color #520C20 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520C20 is #ADF3DF. Grayscale: #232323. Windows color (decimal): -11400160 or 2100306. OLE color: 2100306.
HSL color Cylindrical-coordinate representation of color #520C20: hue angle of 342.86º 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 #520C20 is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 12 | 32 | - |
| CMYK | 0 | 0.85 | 0.61 | 0.68 |
| HSL | 342.86º | 0.74% | 0.18% | - |
| HSV(B) | 342.86º | 0.85% | 0.32% | - |
| XYZ | 3.87 | 2.16 | 1.58 | - |
| YUV | 35.21 | 126.19 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 12 | 32 | 0 | 0.85 | 0.61 | 0.68 | 342.86 | 0.74 | 0.18 |
| Hex | 52 | C | 20 | 0 | 55 | 3D | 44 | 157 | 4A | 12 |
| Octal | 122 | 14 | 40 | 0 | 125 | 75 | 104 | 527 | 112 | 22 |
| Binary | 1010010 | 1100 | 100000 | 0 | 1010101 | 111101 | 1000100 | 101010111 | 1001010 | 10010 |
Color Harmonies of #520C20
Complementary color
Monochromatic Colors of #520C20
Black with #520C20
Text Example
Text Example
White with #520C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520C20; }
p { color: rgb(82,12,32); }
H1.HeaderClassName
{
color: #520C20;
}
.AnyTagClassName
{
color: #520C20;
}
</style>
background-color css
<style>
a { background-color: #520C20; }
a { background-color: rgb(82,12,32); }
div.DivClassName
{
background-color: #520C20;
}
.BgClassName
{
background-color: #520C20;
}
</style>
border-color css
<style>
span { border-color: #520C20; }
span { border-color: rgb(82,12,32); }
td.TdClassName
{
border-color: #520C20;
}
.TagClassName
{
border-color: #520C20;
}
</style>