Shades of Bordeaux #521B2A
Tints of Bordeaux #521B2A
RGB
CMYK
RGB Variations
Color information
#521B2A (or 0x521B2A) is known color: Bordeaux. HEX triplet: 52, 1B and 2A. RGB value is (82,27,42). Sum of RGB (Red+Green+Blue) = 82+27+42=151 (20% of max value = 765). Red value is 82 (32.42% from 255 or 54.30% from 151); Green value is 27 (10.94% from 255 or 17.88% from 151); Blue value is 42 (16.80% from 255 or 27.81% from 151); Max value from RGB is 82 - color contains mainly: red. Hex color #521B2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521B2A is #ADE4D5. Grayscale: #2D2D2D. Windows color (decimal): -11396310 or 2759506. OLE color: 2759506.
HSL color Cylindrical-coordinate representation of color #521B2A: hue angle of 343.64º 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 #521B2A is Cyan = 0, Magento = 0.67, Yellow = 0.49 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 27 | 42 | - |
| CMYK | 0 | 0.67 | 0.49 | 0.68 |
| HSL | 343.64º | 0.5% | 0.21% | - |
| HSV(B) | 343.64º | 0.67% | 0.32% | - |
| XYZ | 4.29 | 2.74 | 2.49 | - |
| YUV | 45.16 | 126.22 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 27 | 42 | 0 | 0.67 | 0.49 | 0.68 | 343.64 | 0.5 | 0.21 |
| Hex | 52 | 1B | 2A | 0 | 43 | 31 | 44 | 158 | 32 | 15 |
| Octal | 122 | 33 | 52 | 0 | 103 | 61 | 104 | 530 | 62 | 25 |
| Binary | 1010010 | 11011 | 101010 | 0 | 1000011 | 110001 | 1000100 | 101011000 | 110010 | 10101 |
Color Harmonies of #521B2A
Complementary color
Monochromatic Colors of #521B2A
Black with #521B2A
Text Example
Text Example
White with #521B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521B2A; }
p { color: rgb(82,27,42); }
H1.HeaderClassName
{
color: #521B2A;
}
.AnyTagClassName
{
color: #521B2A;
}
</style>
background-color css
<style>
a { background-color: #521B2A; }
a { background-color: rgb(82,27,42); }
div.DivClassName
{
background-color: #521B2A;
}
.BgClassName
{
background-color: #521B2A;
}
</style>
border-color css
<style>
span { border-color: #521B2A; }
span { border-color: rgb(82,27,42); }
td.TdClassName
{
border-color: #521B2A;
}
.TagClassName
{
border-color: #521B2A;
}
</style>