Shades of Bordeaux #522028
Tints of Bordeaux #522028
RGB
CMYK
RGB Variations
Color information
#522028 (or 0x522028) is known color: Bordeaux. HEX triplet: 52, 20 and 28. RGB value is (82,32,40). Sum of RGB (Red+Green+Blue) = 82+32+40=154 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.25% from 154); Green value is 32 (12.89% from 255 or 20.78% from 154); Blue value is 40 (16.02% from 255 or 25.97% from 154); Max value from RGB is 82 - color contains mainly: red. Hex color #522028 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522028 is #ADDFD7. Grayscale: #2F2F2F. Windows color (decimal): -11395032 or 2629714. OLE color: 2629714.
HSL color Cylindrical-coordinate representation of color #522028: hue angle of 350.4º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #522028 is Cyan = 0, Magento = 0.61, Yellow = 0.51 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 32 | 40 | - |
| CMYK | 0 | 0.61 | 0.51 | 0.68 |
| HSL | 350.4º | 0.44% | 0.22% | - |
| HSV(B) | 350.4º | 0.61% | 0.32% | - |
| XYZ | 4.38 | 2.98 | 2.35 | - |
| YUV | 47.86 | 123.57 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 32 | 40 | 0 | 0.61 | 0.51 | 0.68 | 350.4 | 0.44 | 0.22 |
| Hex | 52 | 20 | 28 | 0 | 3D | 33 | 44 | 15E | 2C | 16 |
| Octal | 122 | 40 | 50 | 0 | 75 | 63 | 104 | 536 | 54 | 26 |
| Binary | 1010010 | 100000 | 101000 | 0 | 111101 | 110011 | 1000100 | 101011110 | 101100 | 10110 |
Color Harmonies of #522028
Complementary color
Monochromatic Colors of #522028
Black with #522028
Text Example
Text Example
White with #522028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522028; }
p { color: rgb(82,32,40); }
H1.HeaderClassName
{
color: #522028;
}
.AnyTagClassName
{
color: #522028;
}
</style>
background-color css
<style>
a { background-color: #522028; }
a { background-color: rgb(82,32,40); }
div.DivClassName
{
background-color: #522028;
}
.BgClassName
{
background-color: #522028;
}
</style>
border-color css
<style>
span { border-color: #522028; }
span { border-color: rgb(82,32,40); }
td.TdClassName
{
border-color: #522028;
}
.TagClassName
{
border-color: #522028;
}
</style>