Shades of Bordeaux #520C18
Tints of Bordeaux #520C18
RGB
CMYK
RGB Variations
Color information
#520C18 (or 0x520C18) is known color: Bordeaux. HEX triplet: 52, 0C and 18. RGB value is (82,12,24). Sum of RGB (Red+Green+Blue) = 82+12+24=118 (15% of max value = 765). Red value is 82 (32.42% from 255 or 69.49% from 118); Green value is 12 (5.08% from 255 or 10.17% from 118); Blue value is 24 (9.77% from 255 or 20.34% from 118); Max value from RGB is 82 - color contains mainly: red. Hex color #520C18 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520C18 is #ADF3E7. Grayscale: #222222. Windows color (decimal): -11400168 or 1576018. OLE color: 1576018.
HSL color Cylindrical-coordinate representation of color #520C18: hue angle of 349.71º 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 #520C18 is Cyan = 0, Magento = 0.85, Yellow = 0.71 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 12 | 24 | - |
| CMYK | 0 | 0.85 | 0.71 | 0.68 |
| HSL | 349.71º | 0.74% | 0.18% | - |
| HSV(B) | 349.71º | 0.85% | 0.32% | - |
| XYZ | 3.78 | 2.12 | 1.07 | - |
| YUV | 34.3 | 122.19 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 12 | 24 | 0 | 0.85 | 0.71 | 0.68 | 349.71 | 0.74 | 0.18 |
| Hex | 52 | C | 18 | 0 | 55 | 47 | 44 | 15E | 4A | 12 |
| Octal | 122 | 14 | 30 | 0 | 125 | 107 | 104 | 536 | 112 | 22 |
| Binary | 1010010 | 1100 | 11000 | 0 | 1010101 | 1000111 | 1000100 | 101011110 | 1001010 | 10010 |
Color Harmonies of #520C18
Complementary color
Monochromatic Colors of #520C18
Black with #520C18
Text Example
Text Example
White with #520C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520C18; }
p { color: rgb(82,12,24); }
H1.HeaderClassName
{
color: #520C18;
}
.AnyTagClassName
{
color: #520C18;
}
</style>
background-color css
<style>
a { background-color: #520C18; }
a { background-color: rgb(82,12,24); }
div.DivClassName
{
background-color: #520C18;
}
.BgClassName
{
background-color: #520C18;
}
</style>
border-color css
<style>
span { border-color: #520C18; }
span { border-color: rgb(82,12,24); }
td.TdClassName
{
border-color: #520C18;
}
.TagClassName
{
border-color: #520C18;
}
</style>