Shades of Bordeaux #52050F
Tints of Bordeaux #52050F
RGB
CMYK
RGB Variations
Color information
#52050F (or 0x52050F) is known color: Bordeaux. HEX triplet: 52, 05 and 0F. RGB value is (82,5,15). Sum of RGB (Red+Green+Blue) = 82+5+15=102 (13% of max value = 765). Red value is 82 (32.42% from 255 or 80.39% from 102); Green value is 5 (2.34% from 255 or 4.90% from 102); Blue value is 15 (6.25% from 255 or 14.71% from 102); Max value from RGB is 82 - color contains mainly: red. Hex color #52050F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #52050F is #ADFAF0. Grayscale: #1D1D1D. Windows color (decimal): -11401969 or 984402. OLE color: 984402.
HSL color Cylindrical-coordinate representation of color #52050F: hue angle of 352.21º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #52050F is Cyan = 0, Magento = 0.94, Yellow = 0.82 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 5 | 15 | - |
| CMYK | 0 | 0.94 | 0.82 | 0.68 |
| HSL | 352.21º | 0.89% | 0.17% | - |
| HSV(B) | 352.21º | 0.94% | 0.32% | - |
| XYZ | 3.62 | 1.94 | 0.63 | - |
| YUV | 29.16 | 120.01 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 5 | 15 | 0 | 0.94 | 0.82 | 0.68 | 352.21 | 0.89 | 0.17 |
| Hex | 52 | 5 | F | 0 | 5E | 52 | 44 | 160 | 59 | 11 |
| Octal | 122 | 5 | 17 | 0 | 136 | 122 | 104 | 540 | 131 | 21 |
| Binary | 1010010 | 101 | 1111 | 0 | 1011110 | 1010010 | 1000100 | 101100000 | 1011001 | 10001 |
Color Harmonies of #52050F
Complementary color
Monochromatic Colors of #52050F
Black with #52050F
Text Example
Text Example
White with #52050F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52050F; }
p { color: rgb(82,5,15); }
H1.HeaderClassName
{
color: #52050F;
}
.AnyTagClassName
{
color: #52050F;
}
</style>
background-color css
<style>
a { background-color: #52050F; }
a { background-color: rgb(82,5,15); }
div.DivClassName
{
background-color: #52050F;
}
.BgClassName
{
background-color: #52050F;
}
</style>
border-color css
<style>
span { border-color: #52050F; }
span { border-color: rgb(82,5,15); }
td.TdClassName
{
border-color: #52050F;
}
.TagClassName
{
border-color: #52050F;
}
</style>