Shades of Bordeaux #52061C
Tints of Bordeaux #52061C
RGB
CMYK
RGB Variations
Color information
#52061C (or 0x52061C) is known color: Bordeaux. HEX triplet: 52, 06 and 1C. RGB value is (82,6,28). Sum of RGB (Red+Green+Blue) = 82+6+28=116 (15% of max value = 765). Red value is 82 (32.42% from 255 or 70.69% from 116); Green value is 6 (2.73% from 255 or 5.17% from 116); Blue value is 28 (11.33% from 255 or 24.14% from 116); Max value from RGB is 82 - color contains mainly: red. Hex color #52061C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52061C is #ADF9E3. Grayscale: #1F1F1F. Windows color (decimal): -11401700 or 1836626. OLE color: 1836626.
HSL color Cylindrical-coordinate representation of color #52061C: hue angle of 342.63º 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 #52061C is Cyan = 0, Magento = 0.93, Yellow = 0.66 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 6 | 28 | - |
| CMYK | 0 | 0.93 | 0.66 | 0.68 |
| HSL | 342.63º | 0.86% | 0.17% | - |
| HSV(B) | 342.63º | 0.93% | 0.32% | - |
| XYZ | 3.75 | 2.01 | 1.29 | - |
| YUV | 31.23 | 126.18 | 164.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 6 | 28 | 0 | 0.93 | 0.66 | 0.68 | 342.63 | 0.86 | 0.17 |
| Hex | 52 | 6 | 1C | 0 | 5D | 42 | 44 | 157 | 56 | 11 |
| Octal | 122 | 6 | 34 | 0 | 135 | 102 | 104 | 527 | 126 | 21 |
| Binary | 1010010 | 110 | 11100 | 0 | 1011101 | 1000010 | 1000100 | 101010111 | 1010110 | 10001 |
Color Harmonies of #52061C
Complementary color
Monochromatic Colors of #52061C
Black with #52061C
Text Example
Text Example
White with #52061C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52061C; }
p { color: rgb(82,6,28); }
H1.HeaderClassName
{
color: #52061C;
}
.AnyTagClassName
{
color: #52061C;
}
</style>
background-color css
<style>
a { background-color: #52061C; }
a { background-color: rgb(82,6,28); }
div.DivClassName
{
background-color: #52061C;
}
.BgClassName
{
background-color: #52061C;
}
</style>
border-color css
<style>
span { border-color: #52061C; }
span { border-color: rgb(82,6,28); }
td.TdClassName
{
border-color: #52061C;
}
.TagClassName
{
border-color: #52061C;
}
</style>