Shades of Bordeaux #521C27
Tints of Bordeaux #521C27
RGB
CMYK
RGB Variations
Color information
#521C27 (or 0x521C27) is known color: Bordeaux. HEX triplet: 52, 1C and 27. RGB value is (82,28,39). Sum of RGB (Red+Green+Blue) = 82+28+39=149 (19% of max value = 765). Red value is 82 (32.42% from 255 or 55.03% from 149); Green value is 28 (11.33% from 255 or 18.79% from 149); Blue value is 39 (15.62% from 255 or 26.17% from 149); Max value from RGB is 82 - color contains mainly: red. Hex color #521C27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521C27 is #ADE3D8. Grayscale: #2D2D2D. Windows color (decimal): -11396057 or 2563154. OLE color: 2563154.
HSL color Cylindrical-coordinate representation of color #521C27: hue angle of 347.78º 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 #521C27 is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 28 | 39 | - |
| CMYK | 0 | 0.66 | 0.52 | 0.68 |
| HSL | 347.78º | 0.49% | 0.22% | - |
| HSV(B) | 347.78º | 0.66% | 0.32% | - |
| XYZ | 4.26 | 2.77 | 2.23 | - |
| YUV | 45.4 | 124.39 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 28 | 39 | 0 | 0.66 | 0.52 | 0.68 | 347.78 | 0.49 | 0.22 |
| Hex | 52 | 1C | 27 | 0 | 42 | 34 | 44 | 15C | 31 | 16 |
| Octal | 122 | 34 | 47 | 0 | 102 | 64 | 104 | 534 | 61 | 26 |
| Binary | 1010010 | 11100 | 100111 | 0 | 1000010 | 110100 | 1000100 | 101011100 | 110001 | 10110 |
Color Harmonies of #521C27
Complementary color
Monochromatic Colors of #521C27
Black with #521C27
Text Example
Text Example
White with #521C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521C27; }
p { color: rgb(82,28,39); }
H1.HeaderClassName
{
color: #521C27;
}
.AnyTagClassName
{
color: #521C27;
}
</style>
background-color css
<style>
a { background-color: #521C27; }
a { background-color: rgb(82,28,39); }
div.DivClassName
{
background-color: #521C27;
}
.BgClassName
{
background-color: #521C27;
}
</style>
border-color css
<style>
span { border-color: #521C27; }
span { border-color: rgb(82,28,39); }
td.TdClassName
{
border-color: #521C27;
}
.TagClassName
{
border-color: #521C27;
}
</style>