Shades of Bordeaux #52061B
Tints of Bordeaux #52061B
RGB
CMYK
RGB Variations
Color information
#52061B (or 0x52061B) is known color: Bordeaux. HEX triplet: 52, 06 and 1B. RGB value is (82,6,27). Sum of RGB (Red+Green+Blue) = 82+6+27=115 (15% of max value = 765). Red value is 82 (32.42% from 255 or 71.30% from 115); Green value is 6 (2.73% from 255 or 5.22% from 115); Blue value is 27 (10.94% from 255 or 23.48% from 115); Max value from RGB is 82 - color contains mainly: red. Hex color #52061B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52061B is #ADF9E4. Grayscale: #1F1F1F. Windows color (decimal): -11401701 or 1771090. OLE color: 1771090.
HSL color Cylindrical-coordinate representation of color #52061B: hue angle of 343.42º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #52061B is Cyan = 0, Magento = 0.93, Yellow = 0.67 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 6 | 27 | - |
| CMYK | 0 | 0.93 | 0.67 | 0.68 |
| HSL | 343.42º | 0.86% | 0.17% | - |
| HSV(B) | 343.42º | 0.93% | 0.32% | - |
| XYZ | 3.74 | 2 | 1.23 | - |
| YUV | 31.12 | 125.68 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 6 | 27 | 0 | 0.93 | 0.67 | 0.68 | 343.42 | 0.86 | 0.17 |
| Hex | 52 | 6 | 1B | 0 | 5D | 43 | 44 | 157 | 56 | 11 |
| Octal | 122 | 6 | 33 | 0 | 135 | 103 | 104 | 527 | 126 | 21 |
| Binary | 1010010 | 110 | 11011 | 0 | 1011101 | 1000011 | 1000100 | 101010111 | 1010110 | 10001 |
Color Harmonies of #52061B
Complementary color
Monochromatic Colors of #52061B
Black with #52061B
Text Example
Text Example
White with #52061B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52061B; }
p { color: rgb(82,6,27); }
H1.HeaderClassName
{
color: #52061B;
}
.AnyTagClassName
{
color: #52061B;
}
</style>
background-color css
<style>
a { background-color: #52061B; }
a { background-color: rgb(82,6,27); }
div.DivClassName
{
background-color: #52061B;
}
.BgClassName
{
background-color: #52061B;
}
</style>
border-color css
<style>
span { border-color: #52061B; }
span { border-color: rgb(82,6,27); }
td.TdClassName
{
border-color: #52061B;
}
.TagClassName
{
border-color: #52061B;
}
</style>