Shades of Bordeaux #521419
Tints of Bordeaux #521419
RGB
CMYK
RGB Variations
Color information
#521419 (or 0x521419) is known color: Bordeaux. HEX triplet: 52, 14 and 19. RGB value is (82,20,25). Sum of RGB (Red+Green+Blue) = 82+20+25=127 (16% of max value = 765). Red value is 82 (32.42% from 255 or 64.57% from 127); Green value is 20 (8.20% from 255 or 15.75% from 127); Blue value is 25 (10.16% from 255 or 19.69% from 127); Max value from RGB is 82 - color contains mainly: red. Hex color #521419 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521419 is #ADEBE6. Grayscale: #272727. Windows color (decimal): -11398119 or 1643602. OLE color: 1643602.
HSL color Cylindrical-coordinate representation of color #521419: hue angle of 355.16º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #521419 is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 20 | 25 | - |
| CMYK | 0 | 0.76 | 0.70 | 0.68 |
| HSL | 355.16º | 0.61% | 0.2% | - |
| HSV(B) | 355.16º | 0.76% | 0.32% | - |
| XYZ | 3.91 | 2.36 | 1.17 | - |
| YUV | 39.11 | 120.04 | 158.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 20 | 25 | 0 | 0.76 | 0.70 | 0.68 | 355.16 | 0.61 | 0.2 |
| Hex | 52 | 14 | 19 | 0 | 4C | 46 | 44 | 163 | 3D | 14 |
| Octal | 122 | 24 | 31 | 0 | 114 | 106 | 104 | 543 | 75 | 24 |
| Binary | 1010010 | 10100 | 11001 | 0 | 1001100 | 1000110 | 1000100 | 101100011 | 111101 | 10100 |
Color Harmonies of #521419
Complementary color
Monochromatic Colors of #521419
Black with #521419
Text Example
Text Example
White with #521419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521419; }
p { color: rgb(82,20,25); }
H1.HeaderClassName
{
color: #521419;
}
.AnyTagClassName
{
color: #521419;
}
</style>
background-color css
<style>
a { background-color: #521419; }
a { background-color: rgb(82,20,25); }
div.DivClassName
{
background-color: #521419;
}
.BgClassName
{
background-color: #521419;
}
</style>
border-color css
<style>
span { border-color: #521419; }
span { border-color: rgb(82,20,25); }
td.TdClassName
{
border-color: #521419;
}
.TagClassName
{
border-color: #521419;
}
</style>