Shades of Bordeaux #520F1D
Tints of Bordeaux #520F1D
RGB
CMYK
RGB Variations
Color information
#520F1D (or 0x520F1D) is known color: Bordeaux. HEX triplet: 52, 0F and 1D. RGB value is (82,15,29). Sum of RGB (Red+Green+Blue) = 82+15+29=126 (16% of max value = 765). Red value is 82 (32.42% from 255 or 65.08% from 126); Green value is 15 (6.25% from 255 or 11.90% from 126); Blue value is 29 (11.72% from 255 or 23.02% from 126); Max value from RGB is 82 - color contains mainly: red. Hex color #520F1D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520F1D is #ADF0E2. Grayscale: #242424. Windows color (decimal): -11399395 or 1904466. OLE color: 1904466.
HSL color Cylindrical-coordinate representation of color #520F1D: hue angle of 347.46º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #520F1D is Cyan = 0, Magento = 0.82, Yellow = 0.65 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 15 | 29 | - |
| CMYK | 0 | 0.82 | 0.65 | 0.68 |
| HSL | 347.46º | 0.69% | 0.19% | - |
| HSV(B) | 347.46º | 0.82% | 0.32% | - |
| XYZ | 3.87 | 2.22 | 1.39 | - |
| YUV | 36.63 | 123.7 | 160.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 15 | 29 | 0 | 0.82 | 0.65 | 0.68 | 347.46 | 0.69 | 0.19 |
| Hex | 52 | F | 1D | 0 | 52 | 41 | 44 | 15B | 45 | 13 |
| Octal | 122 | 17 | 35 | 0 | 122 | 101 | 104 | 533 | 105 | 23 |
| Binary | 1010010 | 1111 | 11101 | 0 | 1010010 | 1000001 | 1000100 | 101011011 | 1000101 | 10011 |
Color Harmonies of #520F1D
Complementary color
Monochromatic Colors of #520F1D
Black with #520F1D
Text Example
Text Example
White with #520F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520F1D; }
p { color: rgb(82,15,29); }
H1.HeaderClassName
{
color: #520F1D;
}
.AnyTagClassName
{
color: #520F1D;
}
</style>
background-color css
<style>
a { background-color: #520F1D; }
a { background-color: rgb(82,15,29); }
div.DivClassName
{
background-color: #520F1D;
}
.BgClassName
{
background-color: #520F1D;
}
</style>
border-color css
<style>
span { border-color: #520F1D; }
span { border-color: rgb(82,15,29); }
td.TdClassName
{
border-color: #520F1D;
}
.TagClassName
{
border-color: #520F1D;
}
</style>