Shades of Bordeaux #521926
Tints of Bordeaux #521926
RGB
CMYK
RGB Variations
Color information
#521926 (or 0x521926) is known color: Bordeaux. HEX triplet: 52, 19 and 26. RGB value is (82,25,38). Sum of RGB (Red+Green+Blue) = 82+25+38=145 (19% of max value = 765). Red value is 82 (32.42% from 255 or 56.55% from 145); Green value is 25 (10.16% from 255 or 17.24% from 145); Blue value is 38 (15.23% from 255 or 26.21% from 145); Max value from RGB is 82 - color contains mainly: red. Hex color #521926 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521926 is #ADE6D9. Grayscale: #2B2B2B. Windows color (decimal): -11396826 or 2496850. OLE color: 2496850.
HSL color Cylindrical-coordinate representation of color #521926: hue angle of 346.32º 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 #521926 is Cyan = 0, Magento = 0.70, Yellow = 0.54 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 25 | 38 | - |
| CMYK | 0 | 0.70 | 0.54 | 0.68 |
| HSL | 346.32º | 0.53% | 0.21% | - |
| HSV(B) | 346.32º | 0.7% | 0.32% | - |
| XYZ | 4.18 | 2.63 | 2.12 | - |
| YUV | 43.53 | 124.88 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 25 | 38 | 0 | 0.70 | 0.54 | 0.68 | 346.32 | 0.53 | 0.21 |
| Hex | 52 | 19 | 26 | 0 | 46 | 36 | 44 | 15A | 35 | 15 |
| Octal | 122 | 31 | 46 | 0 | 106 | 66 | 104 | 532 | 65 | 25 |
| Binary | 1010010 | 11001 | 100110 | 0 | 1000110 | 110110 | 1000100 | 101011010 | 110101 | 10101 |
Color Harmonies of #521926
Complementary color
Monochromatic Colors of #521926
Black with #521926
Text Example
Text Example
White with #521926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521926; }
p { color: rgb(82,25,38); }
H1.HeaderClassName
{
color: #521926;
}
.AnyTagClassName
{
color: #521926;
}
</style>
background-color css
<style>
a { background-color: #521926; }
a { background-color: rgb(82,25,38); }
div.DivClassName
{
background-color: #521926;
}
.BgClassName
{
background-color: #521926;
}
</style>
border-color css
<style>
span { border-color: #521926; }
span { border-color: rgb(82,25,38); }
td.TdClassName
{
border-color: #521926;
}
.TagClassName
{
border-color: #521926;
}
</style>