Shades of Bordeaux #520C14
Tints of Bordeaux #520C14
RGB
CMYK
RGB Variations
Color information
#520C14 (or 0x520C14) is known color: Bordeaux. HEX triplet: 52, 0C and 14. RGB value is (82,12,20). Sum of RGB (Red+Green+Blue) = 82+12+20=114 (15% of max value = 765). Red value is 82 (32.42% from 255 or 71.93% from 114); Green value is 12 (5.08% from 255 or 10.53% from 114); Blue value is 20 (8.20% from 255 or 17.54% from 114); Max value from RGB is 82 - color contains mainly: red. Hex color #520C14 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520C14 is #ADF3EB. Grayscale: #212121. Windows color (decimal): -11400172 or 1313874. OLE color: 1313874.
HSL color Cylindrical-coordinate representation of color #520C14: hue angle of 353.14º 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 #520C14 is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 12 | 20 | - |
| CMYK | 0 | 0.85 | 0.76 | 0.68 |
| HSL | 353.14º | 0.74% | 0.18% | - |
| HSV(B) | 353.14º | 0.85% | 0.32% | - |
| XYZ | 3.74 | 2.11 | 0.87 | - |
| YUV | 33.84 | 120.19 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 12 | 20 | 0 | 0.85 | 0.76 | 0.68 | 353.14 | 0.74 | 0.18 |
| Hex | 52 | C | 14 | 0 | 55 | 4C | 44 | 161 | 4A | 12 |
| Octal | 122 | 14 | 24 | 0 | 125 | 114 | 104 | 541 | 112 | 22 |
| Binary | 1010010 | 1100 | 10100 | 0 | 1010101 | 1001100 | 1000100 | 101100001 | 1001010 | 10010 |
Color Harmonies of #520C14
Complementary color
Monochromatic Colors of #520C14
Black with #520C14
Text Example
Text Example
White with #520C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520C14; }
p { color: rgb(82,12,20); }
H1.HeaderClassName
{
color: #520C14;
}
.AnyTagClassName
{
color: #520C14;
}
</style>
background-color css
<style>
a { background-color: #520C14; }
a { background-color: rgb(82,12,20); }
div.DivClassName
{
background-color: #520C14;
}
.BgClassName
{
background-color: #520C14;
}
</style>
border-color css
<style>
span { border-color: #520C14; }
span { border-color: rgb(82,12,20); }
td.TdClassName
{
border-color: #520C14;
}
.TagClassName
{
border-color: #520C14;
}
</style>