Shades of Bordeaux #52021F
Tints of Bordeaux #52021F
RGB
CMYK
RGB Variations
Color information
#52021F (or 0x52021F) is known color: Bordeaux. HEX triplet: 52, 02 and 1F. RGB value is (82,2,31). Sum of RGB (Red+Green+Blue) = 82+2+31=115 (15% of max value = 765). Red value is 82 (32.42% from 255 or 71.30% from 115); Green value is 2 (1.17% from 255 or 1.74% from 115); Blue value is 31 (12.5% from 255 or 26.96% from 115); Max value from RGB is 82 - color contains mainly: red. Hex color #52021F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52021F is #ADFDE0. Grayscale: #1D1D1D. Windows color (decimal): -11402721 or 2032210. OLE color: 2032210.
HSL color Cylindrical-coordinate representation of color #52021F: hue angle of 338.25º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #52021F is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 2 | 31 | - |
| CMYK | 0 | 0.98 | 0.62 | 0.68 |
| HSL | 338.25º | 0.95% | 0.16% | - |
| HSV(B) | 338.25º | 0.98% | 0.32% | - |
| XYZ | 3.75 | 1.94 | 1.47 | - |
| YUV | 29.23 | 129 | 165.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 2 | 31 | 0 | 0.98 | 0.62 | 0.68 | 338.25 | 0.95 | 0.16 |
| Hex | 52 | 2 | 1F | 0 | 62 | 3E | 44 | 152 | 5F | 10 |
| Octal | 122 | 2 | 37 | 0 | 142 | 76 | 104 | 522 | 137 | 20 |
| Binary | 1010010 | 10 | 11111 | 0 | 1100010 | 111110 | 1000100 | 101010010 | 1011111 | 10000 |
Color Harmonies of #52021F
Complementary color
Monochromatic Colors of #52021F
Black with #52021F
Text Example
Text Example
White with #52021F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52021F; }
p { color: rgb(82,2,31); }
H1.HeaderClassName
{
color: #52021F;
}
.AnyTagClassName
{
color: #52021F;
}
</style>
background-color css
<style>
a { background-color: #52021F; }
a { background-color: rgb(82,2,31); }
div.DivClassName
{
background-color: #52021F;
}
.BgClassName
{
background-color: #52021F;
}
</style>
border-color css
<style>
span { border-color: #52021F; }
span { border-color: rgb(82,2,31); }
td.TdClassName
{
border-color: #52021F;
}
.TagClassName
{
border-color: #52021F;
}
</style>