Shades of Bordeaux #52021C
Tints of Bordeaux #52021C
RGB
CMYK
RGB Variations
Color information
#52021C (or 0x52021C) is known color: Bordeaux. HEX triplet: 52, 02 and 1C. RGB value is (82,2,28). Sum of RGB (Red+Green+Blue) = 82+2+28=112 (14% of max value = 765). Red value is 82 (32.42% from 255 or 73.21% from 112); Green value is 2 (1.17% from 255 or 1.79% from 112); Blue value is 28 (11.33% from 255 or 25% from 112); Max value from RGB is 82 - color contains mainly: red. Hex color #52021C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52021C is #ADFDE3. Grayscale: #1C1C1C. Windows color (decimal): -11402724 or 1835602. OLE color: 1835602.
HSL color Cylindrical-coordinate representation of color #52021C: hue angle of 340.5º 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 #52021C is Cyan = 0, Magento = 0.98, Yellow = 0.66 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 2 | 28 | - |
| CMYK | 0 | 0.98 | 0.66 | 0.68 |
| HSL | 340.5º | 0.95% | 0.16% | - |
| HSV(B) | 340.5º | 0.98% | 0.32% | - |
| XYZ | 3.71 | 1.92 | 1.27 | - |
| YUV | 28.88 | 127.5 | 165.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 2 | 28 | 0 | 0.98 | 0.66 | 0.68 | 340.5 | 0.95 | 0.16 |
| Hex | 52 | 2 | 1C | 0 | 62 | 42 | 44 | 154 | 5F | 10 |
| Octal | 122 | 2 | 34 | 0 | 142 | 102 | 104 | 524 | 137 | 20 |
| Binary | 1010010 | 10 | 11100 | 0 | 1100010 | 1000010 | 1000100 | 101010100 | 1011111 | 10000 |
Color Harmonies of #52021C
Complementary color
Monochromatic Colors of #52021C
Black with #52021C
Text Example
Text Example
White with #52021C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52021C; }
p { color: rgb(82,2,28); }
H1.HeaderClassName
{
color: #52021C;
}
.AnyTagClassName
{
color: #52021C;
}
</style>
background-color css
<style>
a { background-color: #52021C; }
a { background-color: rgb(82,2,28); }
div.DivClassName
{
background-color: #52021C;
}
.BgClassName
{
background-color: #52021C;
}
</style>
border-color css
<style>
span { border-color: #52021C; }
span { border-color: rgb(82,2,28); }
td.TdClassName
{
border-color: #52021C;
}
.TagClassName
{
border-color: #52021C;
}
</style>