Shades of Bordeaux #521B28
Tints of Bordeaux #521B28
RGB
CMYK
RGB Variations
Color information
#521B28 (or 0x521B28) is known color: Bordeaux. HEX triplet: 52, 1B and 28. RGB value is (82,27,40). Sum of RGB (Red+Green+Blue) = 82+27+40=149 (19% of max value = 765). Red value is 82 (32.42% from 255 or 55.03% from 149); Green value is 27 (10.94% from 255 or 18.12% from 149); Blue value is 40 (16.02% from 255 or 26.85% from 149); Max value from RGB is 82 - color contains mainly: red. Hex color #521B28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521B28 is #ADE4D7. Grayscale: #2C2C2C. Windows color (decimal): -11396312 or 2628434. OLE color: 2628434.
HSL color Cylindrical-coordinate representation of color #521B28: hue angle of 345.82º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #521B28 is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 27 | 40 | - |
| CMYK | 0 | 0.67 | 0.51 | 0.68 |
| HSL | 345.82º | 0.5% | 0.21% | - |
| HSV(B) | 345.82º | 0.67% | 0.32% | - |
| XYZ | 4.25 | 2.73 | 2.31 | - |
| YUV | 44.93 | 125.22 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 27 | 40 | 0 | 0.67 | 0.51 | 0.68 | 345.82 | 0.5 | 0.21 |
| Hex | 52 | 1B | 28 | 0 | 43 | 33 | 44 | 15A | 32 | 15 |
| Octal | 122 | 33 | 50 | 0 | 103 | 63 | 104 | 532 | 62 | 25 |
| Binary | 1010010 | 11011 | 101000 | 0 | 1000011 | 110011 | 1000100 | 101011010 | 110010 | 10101 |
Color Harmonies of #521B28
Complementary color
Monochromatic Colors of #521B28
Black with #521B28
Text Example
Text Example
White with #521B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521B28; }
p { color: rgb(82,27,40); }
H1.HeaderClassName
{
color: #521B28;
}
.AnyTagClassName
{
color: #521B28;
}
</style>
background-color css
<style>
a { background-color: #521B28; }
a { background-color: rgb(82,27,40); }
div.DivClassName
{
background-color: #521B28;
}
.BgClassName
{
background-color: #521B28;
}
</style>
border-color css
<style>
span { border-color: #521B28; }
span { border-color: rgb(82,27,40); }
td.TdClassName
{
border-color: #521B28;
}
.TagClassName
{
border-color: #521B28;
}
</style>