Shades of Bordeaux #52041E
Tints of Bordeaux #52041E
RGB
CMYK
RGB Variations
Color information
#52041E (or 0x52041E) is known color: Bordeaux. HEX triplet: 52, 04 and 1E. RGB value is (82,4,30). Sum of RGB (Red+Green+Blue) = 82+4+30=116 (15% of max value = 765). Red value is 82 (32.42% from 255 or 70.69% from 116); Green value is 4 (1.95% from 255 or 3.45% from 116); Blue value is 30 (12.11% from 255 or 25.86% from 116); Max value from RGB is 82 - color contains mainly: red. Hex color #52041E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52041E is #ADFBE1. Grayscale: #1E1E1E. Windows color (decimal): -11402210 or 1967186. OLE color: 1967186.
HSL color Cylindrical-coordinate representation of color #52041E: hue angle of 340º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #52041E is Cyan = 0, Magento = 0.95, Yellow = 0.63 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 4 | 30 | - |
| CMYK | 0 | 0.95 | 0.63 | 0.68 |
| HSL | 340º | 0.91% | 0.17% | - |
| HSV(B) | 340º | 0.95% | 0.32% | - |
| XYZ | 3.76 | 1.97 | 1.41 | - |
| YUV | 30.29 | 127.84 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 4 | 30 | 0 | 0.95 | 0.63 | 0.68 | 340 | 0.91 | 0.17 |
| Hex | 52 | 4 | 1E | 0 | 5F | 3F | 44 | 154 | 5B | 11 |
| Octal | 122 | 4 | 36 | 0 | 137 | 77 | 104 | 524 | 133 | 21 |
| Binary | 1010010 | 100 | 11110 | 0 | 1011111 | 111111 | 1000100 | 101010100 | 1011011 | 10001 |
Color Harmonies of #52041E
Complementary color
Monochromatic Colors of #52041E
Black with #52041E
Text Example
Text Example
White with #52041E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52041E; }
p { color: rgb(82,4,30); }
H1.HeaderClassName
{
color: #52041E;
}
.AnyTagClassName
{
color: #52041E;
}
</style>
background-color css
<style>
a { background-color: #52041E; }
a { background-color: rgb(82,4,30); }
div.DivClassName
{
background-color: #52041E;
}
.BgClassName
{
background-color: #52041E;
}
</style>
border-color css
<style>
span { border-color: #52041E; }
span { border-color: rgb(82,4,30); }
td.TdClassName
{
border-color: #52041E;
}
.TagClassName
{
border-color: #52041E;
}
</style>