Shades of Bordeaux #521924
Tints of Bordeaux #521924
RGB
CMYK
RGB Variations
Color information
#521924 (or 0x521924) is known color: Bordeaux. HEX triplet: 52, 19 and 24. RGB value is (82,25,36). Sum of RGB (Red+Green+Blue) = 82+25+36=143 (18% of max value = 765). Red value is 82 (32.42% from 255 or 57.34% from 143); Green value is 25 (10.16% from 255 or 17.48% from 143); Blue value is 36 (14.45% from 255 or 25.17% from 143); Max value from RGB is 82 - color contains mainly: red. Hex color #521924 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521924 is #ADE6DB. Grayscale: #2B2B2B. Windows color (decimal): -11396828 or 2365778. OLE color: 2365778.
HSL color Cylindrical-coordinate representation of color #521924: hue angle of 348.42º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #521924 is Cyan = 0, Magento = 0.70, Yellow = 0.56 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 25 | 36 | - |
| CMYK | 0 | 0.70 | 0.56 | 0.68 |
| HSL | 348.42º | 0.53% | 0.21% | - |
| HSV(B) | 348.42º | 0.7% | 0.32% | - |
| XYZ | 4.15 | 2.62 | 1.96 | - |
| YUV | 43.3 | 123.88 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 25 | 36 | 0 | 0.70 | 0.56 | 0.68 | 348.42 | 0.53 | 0.21 |
| Hex | 52 | 19 | 24 | 0 | 46 | 38 | 44 | 15C | 35 | 15 |
| Octal | 122 | 31 | 44 | 0 | 106 | 70 | 104 | 534 | 65 | 25 |
| Binary | 1010010 | 11001 | 100100 | 0 | 1000110 | 111000 | 1000100 | 101011100 | 110101 | 10101 |
Color Harmonies of #521924
Complementary color
Monochromatic Colors of #521924
Black with #521924
Text Example
Text Example
White with #521924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521924; }
p { color: rgb(82,25,36); }
H1.HeaderClassName
{
color: #521924;
}
.AnyTagClassName
{
color: #521924;
}
</style>
background-color css
<style>
a { background-color: #521924; }
a { background-color: rgb(82,25,36); }
div.DivClassName
{
background-color: #521924;
}
.BgClassName
{
background-color: #521924;
}
</style>
border-color css
<style>
span { border-color: #521924; }
span { border-color: rgb(82,25,36); }
td.TdClassName
{
border-color: #521924;
}
.TagClassName
{
border-color: #521924;
}
</style>