Shades of Bordeaux #521B27
Tints of Bordeaux #521B27
RGB
CMYK
RGB Variations
Color information
#521B27 (or 0x521B27) is known color: Bordeaux. HEX triplet: 52, 1B and 27. RGB value is (82,27,39). Sum of RGB (Red+Green+Blue) = 82+27+39=148 (19% of max value = 765). Red value is 82 (32.42% from 255 or 55.41% from 148); Green value is 27 (10.94% from 255 or 18.24% from 148); Blue value is 39 (15.62% from 255 or 26.35% from 148); Max value from RGB is 82 - color contains mainly: red. Hex color #521B27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521B27 is #ADE4D8. Grayscale: #2C2C2C. Windows color (decimal): -11396313 or 2562898. OLE color: 2562898.
HSL color Cylindrical-coordinate representation of color #521B27: hue angle of 346.91º 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 #521B27 is Cyan = 0, Magento = 0.67, Yellow = 0.52 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 27 | 39 | - |
| CMYK | 0 | 0.67 | 0.52 | 0.68 |
| HSL | 346.91º | 0.5% | 0.21% | - |
| HSV(B) | 346.91º | 0.67% | 0.32% | - |
| XYZ | 4.24 | 2.72 | 2.22 | - |
| YUV | 44.81 | 124.72 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 27 | 39 | 0 | 0.67 | 0.52 | 0.68 | 346.91 | 0.5 | 0.21 |
| Hex | 52 | 1B | 27 | 0 | 43 | 34 | 44 | 15B | 32 | 15 |
| Octal | 122 | 33 | 47 | 0 | 103 | 64 | 104 | 533 | 62 | 25 |
| Binary | 1010010 | 11011 | 100111 | 0 | 1000011 | 110100 | 1000100 | 101011011 | 110010 | 10101 |
Color Harmonies of #521B27
Complementary color
Monochromatic Colors of #521B27
Black with #521B27
Text Example
Text Example
White with #521B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521B27; }
p { color: rgb(82,27,39); }
H1.HeaderClassName
{
color: #521B27;
}
.AnyTagClassName
{
color: #521B27;
}
</style>
background-color css
<style>
a { background-color: #521B27; }
a { background-color: rgb(82,27,39); }
div.DivClassName
{
background-color: #521B27;
}
.BgClassName
{
background-color: #521B27;
}
</style>
border-color css
<style>
span { border-color: #521B27; }
span { border-color: rgb(82,27,39); }
td.TdClassName
{
border-color: #521B27;
}
.TagClassName
{
border-color: #521B27;
}
</style>