Shades of Bordeaux #521228
Tints of Bordeaux #521228
RGB
CMYK
RGB Variations
Color information
#521228 (or 0x521228) is known color: Bordeaux. HEX triplet: 52, 12 and 28. RGB value is (82,18,40). Sum of RGB (Red+Green+Blue) = 82+18+40=140 (18% of max value = 765). Red value is 82 (32.42% from 255 or 58.57% from 140); Green value is 18 (7.42% from 255 or 12.86% from 140); Blue value is 40 (16.02% from 255 or 28.57% from 140); Max value from RGB is 82 - color contains mainly: red. Hex color #521228 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521228 is #ADEDD7. Grayscale: #272727. Windows color (decimal): -11398616 or 2626130. OLE color: 2626130.
HSL color Cylindrical-coordinate representation of color #521228: hue angle of 339.38º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #521228 is Cyan = 0, Magento = 0.78, Yellow = 0.51 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 18 | 40 | - |
| CMYK | 0 | 0.78 | 0.51 | 0.68 |
| HSL | 339.38º | 0.64% | 0.2% | - |
| HSV(B) | 339.38º | 0.78% | 0.32% | - |
| XYZ | 4.08 | 2.38 | 2.25 | - |
| YUV | 39.64 | 128.2 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 18 | 40 | 0 | 0.78 | 0.51 | 0.68 | 339.38 | 0.64 | 0.2 |
| Hex | 52 | 12 | 28 | 0 | 4E | 33 | 44 | 153 | 40 | 14 |
| Octal | 122 | 22 | 50 | 0 | 116 | 63 | 104 | 523 | 100 | 24 |
| Binary | 1010010 | 10010 | 101000 | 0 | 1001110 | 110011 | 1000100 | 101010011 | 1000000 | 10100 |
Color Harmonies of #521228
Complementary color
Monochromatic Colors of #521228
Black with #521228
Text Example
Text Example
White with #521228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521228; }
p { color: rgb(82,18,40); }
H1.HeaderClassName
{
color: #521228;
}
.AnyTagClassName
{
color: #521228;
}
</style>
background-color css
<style>
a { background-color: #521228; }
a { background-color: rgb(82,18,40); }
div.DivClassName
{
background-color: #521228;
}
.BgClassName
{
background-color: #521228;
}
</style>
border-color css
<style>
span { border-color: #521228; }
span { border-color: rgb(82,18,40); }
td.TdClassName
{
border-color: #521228;
}
.TagClassName
{
border-color: #521228;
}
</style>