Shades of Bordeaux #521C29
Tints of Bordeaux #521C29
RGB
CMYK
RGB Variations
Color information
#521C29 (or 0x521C29) is known color: Bordeaux. HEX triplet: 52, 1C and 29. RGB value is (82,28,41). Sum of RGB (Red+Green+Blue) = 82+28+41=151 (20% of max value = 765). Red value is 82 (32.42% from 255 or 54.30% from 151); Green value is 28 (11.33% from 255 or 18.54% from 151); Blue value is 41 (16.41% from 255 or 27.15% from 151); Max value from RGB is 82 - color contains mainly: red. Hex color #521C29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521C29 is #ADE3D6. Grayscale: #2D2D2D. Windows color (decimal): -11396055 or 2694226. OLE color: 2694226.
HSL color Cylindrical-coordinate representation of color #521C29: hue angle of 345.56º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #521C29 is Cyan = 0, Magento = 0.66, Yellow = 0.50 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 28 | 41 | - |
| CMYK | 0 | 0.66 | 0.50 | 0.68 |
| HSL | 345.56º | 0.49% | 0.22% | - |
| HSV(B) | 345.56º | 0.66% | 0.32% | - |
| XYZ | 4.3 | 2.78 | 2.41 | - |
| YUV | 45.63 | 125.39 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 28 | 41 | 0 | 0.66 | 0.50 | 0.68 | 345.56 | 0.49 | 0.22 |
| Hex | 52 | 1C | 29 | 0 | 42 | 32 | 44 | 15A | 31 | 16 |
| Octal | 122 | 34 | 51 | 0 | 102 | 62 | 104 | 532 | 61 | 26 |
| Binary | 1010010 | 11100 | 101001 | 0 | 1000010 | 110010 | 1000100 | 101011010 | 110001 | 10110 |
Color Harmonies of #521C29
Complementary color
Monochromatic Colors of #521C29
Black with #521C29
Text Example
Text Example
White with #521C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521C29; }
p { color: rgb(82,28,41); }
H1.HeaderClassName
{
color: #521C29;
}
.AnyTagClassName
{
color: #521C29;
}
</style>
background-color css
<style>
a { background-color: #521C29; }
a { background-color: rgb(82,28,41); }
div.DivClassName
{
background-color: #521C29;
}
.BgClassName
{
background-color: #521C29;
}
</style>
border-color css
<style>
span { border-color: #521C29; }
span { border-color: rgb(82,28,41); }
td.TdClassName
{
border-color: #521C29;
}
.TagClassName
{
border-color: #521C29;
}
</style>