Shades of Bordeaux #521C2B
Tints of Bordeaux #521C2B
RGB
CMYK
RGB Variations
Color information
#521C2B (or 0x521C2B) is known color: Bordeaux. HEX triplet: 52, 1C and 2B. RGB value is (82,28,43). Sum of RGB (Red+Green+Blue) = 82+28+43=153 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.59% from 153); Green value is 28 (11.33% from 255 or 18.30% from 153); Blue value is 43 (17.19% from 255 or 28.10% from 153); Max value from RGB is 82 - color contains mainly: red. Hex color #521C2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521C2B is #ADE3D4. Grayscale: #2D2D2D. Windows color (decimal): -11396053 or 2825298. OLE color: 2825298.
HSL color Cylindrical-coordinate representation of color #521C2B: hue angle of 343.33º 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 #521C2B is Cyan = 0, Magento = 0.66, Yellow = 0.48 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 28 | 43 | - |
| CMYK | 0 | 0.66 | 0.48 | 0.68 |
| HSL | 343.33º | 0.49% | 0.22% | - |
| HSV(B) | 343.33º | 0.66% | 0.32% | - |
| XYZ | 4.33 | 2.8 | 2.6 | - |
| YUV | 45.86 | 126.39 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 28 | 43 | 0 | 0.66 | 0.48 | 0.68 | 343.33 | 0.49 | 0.22 |
| Hex | 52 | 1C | 2B | 0 | 42 | 30 | 44 | 157 | 31 | 16 |
| Octal | 122 | 34 | 53 | 0 | 102 | 60 | 104 | 527 | 61 | 26 |
| Binary | 1010010 | 11100 | 101011 | 0 | 1000010 | 110000 | 1000100 | 101010111 | 110001 | 10110 |
Color Harmonies of #521C2B
Complementary color
Monochromatic Colors of #521C2B
Black with #521C2B
Text Example
Text Example
White with #521C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521C2B; }
p { color: rgb(82,28,43); }
H1.HeaderClassName
{
color: #521C2B;
}
.AnyTagClassName
{
color: #521C2B;
}
</style>
background-color css
<style>
a { background-color: #521C2B; }
a { background-color: rgb(82,28,43); }
div.DivClassName
{
background-color: #521C2B;
}
.BgClassName
{
background-color: #521C2B;
}
</style>
border-color css
<style>
span { border-color: #521C2B; }
span { border-color: rgb(82,28,43); }
td.TdClassName
{
border-color: #521C2B;
}
.TagClassName
{
border-color: #521C2B;
}
</style>