Shades of Bordeaux #521A2C
Tints of Bordeaux #521A2C
RGB
CMYK
RGB Variations
Color information
#521A2C (or 0x521A2C) is known color: Bordeaux. HEX triplet: 52, 1A and 2C. RGB value is (82,26,44). Sum of RGB (Red+Green+Blue) = 82+26+44=152 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.95% from 152); Green value is 26 (10.55% from 255 or 17.11% from 152); Blue value is 44 (17.58% from 255 or 28.95% from 152); Max value from RGB is 82 - color contains mainly: red. Hex color #521A2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521A2C is #ADE5D3. Grayscale: #2C2C2C. Windows color (decimal): -11396564 or 2890322. OLE color: 2890322.
HSL color Cylindrical-coordinate representation of color #521A2C: hue angle of 340.71º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #521A2C is Cyan = 0, Magento = 0.68, Yellow = 0.46 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 26 | 44 | - |
| CMYK | 0 | 0.68 | 0.46 | 0.68 |
| HSL | 340.71º | 0.52% | 0.21% | - |
| HSV(B) | 340.71º | 0.68% | 0.32% | - |
| XYZ | 4.3 | 2.71 | 2.68 | - |
| YUV | 44.8 | 127.55 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 26 | 44 | 0 | 0.68 | 0.46 | 0.68 | 340.71 | 0.52 | 0.21 |
| Hex | 52 | 1A | 2C | 0 | 44 | 2E | 44 | 155 | 34 | 15 |
| Octal | 122 | 32 | 54 | 0 | 104 | 56 | 104 | 525 | 64 | 25 |
| Binary | 1010010 | 11010 | 101100 | 0 | 1000100 | 101110 | 1000100 | 101010101 | 110100 | 10101 |
Color Harmonies of #521A2C
Complementary color
Monochromatic Colors of #521A2C
Black with #521A2C
Text Example
Text Example
White with #521A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521A2C; }
p { color: rgb(82,26,44); }
H1.HeaderClassName
{
color: #521A2C;
}
.AnyTagClassName
{
color: #521A2C;
}
</style>
background-color css
<style>
a { background-color: #521A2C; }
a { background-color: rgb(82,26,44); }
div.DivClassName
{
background-color: #521A2C;
}
.BgClassName
{
background-color: #521A2C;
}
</style>
border-color css
<style>
span { border-color: #521A2C; }
span { border-color: rgb(82,26,44); }
td.TdClassName
{
border-color: #521A2C;
}
.TagClassName
{
border-color: #521A2C;
}
</style>