Shades of Bordeaux #521019
Tints of Bordeaux #521019
RGB
CMYK
RGB Variations
Color information
#521019 (or 0x521019) is known color: Bordeaux. HEX triplet: 52, 10 and 19. RGB value is (82,16,25). Sum of RGB (Red+Green+Blue) = 82+16+25=123 (16% of max value = 765). Red value is 82 (32.42% from 255 or 66.67% from 123); Green value is 16 (6.64% from 255 or 13.01% from 123); Blue value is 25 (10.16% from 255 or 20.33% from 123); Max value from RGB is 82 - color contains mainly: red. Hex color #521019 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521019 is #ADEFE6. Grayscale: #242424. Windows color (decimal): -11399143 or 1642578. OLE color: 1642578.
HSL color Cylindrical-coordinate representation of color #521019: hue angle of 351.82º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #521019 is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 16 | 25 | - |
| CMYK | 0 | 0.80 | 0.70 | 0.68 |
| HSL | 351.82º | 0.67% | 0.19% | - |
| HSV(B) | 351.82º | 0.8% | 0.32% | - |
| XYZ | 3.84 | 2.23 | 1.15 | - |
| YUV | 36.76 | 121.37 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 16 | 25 | 0 | 0.80 | 0.70 | 0.68 | 351.82 | 0.67 | 0.19 |
| Hex | 52 | 10 | 19 | 0 | 50 | 46 | 44 | 160 | 43 | 13 |
| Octal | 122 | 20 | 31 | 0 | 120 | 106 | 104 | 540 | 103 | 23 |
| Binary | 1010010 | 10000 | 11001 | 0 | 1010000 | 1000110 | 1000100 | 101100000 | 1000011 | 10011 |
Color Harmonies of #521019
Complementary color
Monochromatic Colors of #521019
Black with #521019
Text Example
Text Example
White with #521019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521019; }
p { color: rgb(82,16,25); }
H1.HeaderClassName
{
color: #521019;
}
.AnyTagClassName
{
color: #521019;
}
</style>
background-color css
<style>
a { background-color: #521019; }
a { background-color: rgb(82,16,25); }
div.DivClassName
{
background-color: #521019;
}
.BgClassName
{
background-color: #521019;
}
</style>
border-color css
<style>
span { border-color: #521019; }
span { border-color: rgb(82,16,25); }
td.TdClassName
{
border-color: #521019;
}
.TagClassName
{
border-color: #521019;
}
</style>