Shades of Bordeaux #52081A
Tints of Bordeaux #52081A
RGB
CMYK
RGB Variations
Color information
#52081A (or 0x52081A) is known color: Bordeaux. HEX triplet: 52, 08 and 1A. RGB value is (82,8,26). Sum of RGB (Red+Green+Blue) = 82+8+26=116 (15% of max value = 765). Red value is 82 (32.42% from 255 or 70.69% from 116); Green value is 8 (3.52% from 255 or 6.90% from 116); Blue value is 26 (10.55% from 255 or 22.41% from 116); Max value from RGB is 82 - color contains mainly: red. Hex color #52081A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52081A is #ADF7E5. Grayscale: #202020. Windows color (decimal): -11401190 or 1706066. OLE color: 1706066.
HSL color Cylindrical-coordinate representation of color #52081A: hue angle of 345.41º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #52081A is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 8 | 26 | - |
| CMYK | 0 | 0.90 | 0.68 | 0.68 |
| HSL | 345.41º | 0.82% | 0.18% | - |
| HSV(B) | 345.41º | 0.9% | 0.32% | - |
| XYZ | 3.75 | 2.04 | 1.17 | - |
| YUV | 32.18 | 124.52 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 8 | 26 | 0 | 0.90 | 0.68 | 0.68 | 345.41 | 0.82 | 0.18 |
| Hex | 52 | 8 | 1A | 0 | 5A | 44 | 44 | 159 | 52 | 12 |
| Octal | 122 | 10 | 32 | 0 | 132 | 104 | 104 | 531 | 122 | 22 |
| Binary | 1010010 | 1000 | 11010 | 0 | 1011010 | 1000100 | 1000100 | 101011001 | 1010010 | 10010 |
Color Harmonies of #52081A
Complementary color
Monochromatic Colors of #52081A
Black with #52081A
Text Example
Text Example
White with #52081A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52081A; }
p { color: rgb(82,8,26); }
H1.HeaderClassName
{
color: #52081A;
}
.AnyTagClassName
{
color: #52081A;
}
</style>
background-color css
<style>
a { background-color: #52081A; }
a { background-color: rgb(82,8,26); }
div.DivClassName
{
background-color: #52081A;
}
.BgClassName
{
background-color: #52081A;
}
</style>
border-color css
<style>
span { border-color: #52081A; }
span { border-color: rgb(82,8,26); }
td.TdClassName
{
border-color: #52081A;
}
.TagClassName
{
border-color: #52081A;
}
</style>