Shades of Bordeaux #521521
Tints of Bordeaux #521521
RGB
CMYK
RGB Variations
Color information
#521521 (or 0x521521) is known color: Bordeaux. HEX triplet: 52, 15 and 21. RGB value is (82,21,33). Sum of RGB (Red+Green+Blue) = 82+21+33=136 (18% of max value = 765). Red value is 82 (32.42% from 255 or 60.29% from 136); Green value is 21 (8.59% from 255 or 15.44% from 136); Blue value is 33 (13.28% from 255 or 24.26% from 136); Max value from RGB is 82 - color contains mainly: red. Hex color #521521 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521521 is #ADEADE. Grayscale: #282828. Windows color (decimal): -11397855 or 2168146. OLE color: 2168146.
HSL color Cylindrical-coordinate representation of color #521521: hue angle of 348.2º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #521521 is Cyan = 0, Magento = 0.74, Yellow = 0.60 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 21 | 33 | - |
| CMYK | 0 | 0.74 | 0.60 | 0.68 |
| HSL | 348.2º | 0.59% | 0.2% | - |
| HSV(B) | 348.2º | 0.74% | 0.32% | - |
| XYZ | 4.02 | 2.44 | 1.7 | - |
| YUV | 40.61 | 123.71 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 21 | 33 | 0 | 0.74 | 0.60 | 0.68 | 348.2 | 0.59 | 0.2 |
| Hex | 52 | 15 | 21 | 0 | 4A | 3C | 44 | 15C | 3B | 14 |
| Octal | 122 | 25 | 41 | 0 | 112 | 74 | 104 | 534 | 73 | 24 |
| Binary | 1010010 | 10101 | 100001 | 0 | 1001010 | 111100 | 1000100 | 101011100 | 111011 | 10100 |
Color Harmonies of #521521
Complementary color
Monochromatic Colors of #521521
Black with #521521
Text Example
Text Example
White with #521521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521521; }
p { color: rgb(82,21,33); }
H1.HeaderClassName
{
color: #521521;
}
.AnyTagClassName
{
color: #521521;
}
</style>
background-color css
<style>
a { background-color: #521521; }
a { background-color: rgb(82,21,33); }
div.DivClassName
{
background-color: #521521;
}
.BgClassName
{
background-color: #521521;
}
</style>
border-color css
<style>
span { border-color: #521521; }
span { border-color: rgb(82,21,33); }
td.TdClassName
{
border-color: #521521;
}
.TagClassName
{
border-color: #521521;
}
</style>