Shades of Bordeaux #520C1A
Tints of Bordeaux #520C1A
RGB
CMYK
RGB Variations
Color information
#520C1A (or 0x520C1A) is known color: Bordeaux. HEX triplet: 52, 0C and 1A. RGB value is (82,12,26). Sum of RGB (Red+Green+Blue) = 82+12+26=120 (15% of max value = 765). Red value is 82 (32.42% from 255 or 68.33% from 120); Green value is 12 (5.08% from 255 or 10% from 120); Blue value is 26 (10.55% from 255 or 21.67% from 120); Max value from RGB is 82 - color contains mainly: red. Hex color #520C1A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520C1A is #ADF3E5. Grayscale: #222222. Windows color (decimal): -11400166 or 1707090. OLE color: 1707090.
HSL color Cylindrical-coordinate representation of color #520C1A: hue angle of 348º 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 #520C1A is Cyan = 0, Magento = 0.85, Yellow = 0.68 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 12 | 26 | - |
| CMYK | 0 | 0.85 | 0.68 | 0.68 |
| HSL | 348º | 0.74% | 0.18% | - |
| HSV(B) | 348º | 0.85% | 0.32% | - |
| XYZ | 3.8 | 2.13 | 1.19 | - |
| YUV | 34.53 | 123.19 | 161.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 12 | 26 | 0 | 0.85 | 0.68 | 0.68 | 348 | 0.74 | 0.18 |
| Hex | 52 | C | 1A | 0 | 55 | 44 | 44 | 15C | 4A | 12 |
| Octal | 122 | 14 | 32 | 0 | 125 | 104 | 104 | 534 | 112 | 22 |
| Binary | 1010010 | 1100 | 11010 | 0 | 1010101 | 1000100 | 1000100 | 101011100 | 1001010 | 10010 |
Color Harmonies of #520C1A
Complementary color
Monochromatic Colors of #520C1A
Black with #520C1A
Text Example
Text Example
White with #520C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520C1A; }
p { color: rgb(82,12,26); }
H1.HeaderClassName
{
color: #520C1A;
}
.AnyTagClassName
{
color: #520C1A;
}
</style>
background-color css
<style>
a { background-color: #520C1A; }
a { background-color: rgb(82,12,26); }
div.DivClassName
{
background-color: #520C1A;
}
.BgClassName
{
background-color: #520C1A;
}
</style>
border-color css
<style>
span { border-color: #520C1A; }
span { border-color: rgb(82,12,26); }
td.TdClassName
{
border-color: #520C1A;
}
.TagClassName
{
border-color: #520C1A;
}
</style>