Shades of Bordeaux #521427
Tints of Bordeaux #521427
RGB
CMYK
RGB Variations
Color information
#521427 (or 0x521427) is known color: Bordeaux. HEX triplet: 52, 14 and 27. RGB value is (82,20,39). Sum of RGB (Red+Green+Blue) = 82+20+39=141 (18% of max value = 765). Red value is 82 (32.42% from 255 or 58.16% from 141); Green value is 20 (8.20% from 255 or 14.18% from 141); Blue value is 39 (15.62% from 255 or 27.66% from 141); Max value from RGB is 82 - color contains mainly: red. Hex color #521427 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521427 is #ADEBD8. Grayscale: #282828. Windows color (decimal): -11398105 or 2561106. OLE color: 2561106.
HSL color Cylindrical-coordinate representation of color #521427: hue angle of 341.61º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #521427 is Cyan = 0, Magento = 0.76, Yellow = 0.52 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 20 | 39 | - |
| CMYK | 0 | 0.76 | 0.52 | 0.68 |
| HSL | 341.61º | 0.61% | 0.2% | - |
| HSV(B) | 341.61º | 0.76% | 0.32% | - |
| XYZ | 4.1 | 2.44 | 2.17 | - |
| YUV | 40.7 | 127.04 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 20 | 39 | 0 | 0.76 | 0.52 | 0.68 | 341.61 | 0.61 | 0.2 |
| Hex | 52 | 14 | 27 | 0 | 4C | 34 | 44 | 156 | 3D | 14 |
| Octal | 122 | 24 | 47 | 0 | 114 | 64 | 104 | 526 | 75 | 24 |
| Binary | 1010010 | 10100 | 100111 | 0 | 1001100 | 110100 | 1000100 | 101010110 | 111101 | 10100 |
Color Harmonies of #521427
Complementary color
Monochromatic Colors of #521427
Black with #521427
Text Example
Text Example
White with #521427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521427; }
p { color: rgb(82,20,39); }
H1.HeaderClassName
{
color: #521427;
}
.AnyTagClassName
{
color: #521427;
}
</style>
background-color css
<style>
a { background-color: #521427; }
a { background-color: rgb(82,20,39); }
div.DivClassName
{
background-color: #521427;
}
.BgClassName
{
background-color: #521427;
}
</style>
border-color css
<style>
span { border-color: #521427; }
span { border-color: rgb(82,20,39); }
td.TdClassName
{
border-color: #521427;
}
.TagClassName
{
border-color: #521427;
}
</style>