Shades of Bordeaux #52141C
Tints of Bordeaux #52141C
RGB
CMYK
RGB Variations
Color information
#52141C (or 0x52141C) is known color: Bordeaux. HEX triplet: 52, 14 and 1C. RGB value is (82,20,28). Sum of RGB (Red+Green+Blue) = 82+20+28=130 (17% of max value = 765). Red value is 82 (32.42% from 255 or 63.08% from 130); Green value is 20 (8.20% from 255 or 15.38% from 130); Blue value is 28 (11.33% from 255 or 21.54% from 130); Max value from RGB is 82 - color contains mainly: red. Hex color #52141C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52141C is #ADEBE3. Grayscale: #272727. Windows color (decimal): -11398116 or 1840210. OLE color: 1840210.
HSL color Cylindrical-coordinate representation of color #52141C: hue angle of 352.26º 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 #52141C is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 20 | 28 | - |
| CMYK | 0 | 0.76 | 0.66 | 0.68 |
| HSL | 352.26º | 0.61% | 0.2% | - |
| HSV(B) | 352.26º | 0.76% | 0.32% | - |
| XYZ | 3.94 | 2.38 | 1.35 | - |
| YUV | 39.45 | 121.54 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 20 | 28 | 0 | 0.76 | 0.66 | 0.68 | 352.26 | 0.61 | 0.2 |
| Hex | 52 | 14 | 1C | 0 | 4C | 42 | 44 | 160 | 3D | 14 |
| Octal | 122 | 24 | 34 | 0 | 114 | 102 | 104 | 540 | 75 | 24 |
| Binary | 1010010 | 10100 | 11100 | 0 | 1001100 | 1000010 | 1000100 | 101100000 | 111101 | 10100 |
Color Harmonies of #52141C
Complementary color
Monochromatic Colors of #52141C
Black with #52141C
Text Example
Text Example
White with #52141C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52141C; }
p { color: rgb(82,20,28); }
H1.HeaderClassName
{
color: #52141C;
}
.AnyTagClassName
{
color: #52141C;
}
</style>
background-color css
<style>
a { background-color: #52141C; }
a { background-color: rgb(82,20,28); }
div.DivClassName
{
background-color: #52141C;
}
.BgClassName
{
background-color: #52141C;
}
</style>
border-color css
<style>
span { border-color: #52141C; }
span { border-color: rgb(82,20,28); }
td.TdClassName
{
border-color: #52141C;
}
.TagClassName
{
border-color: #52141C;
}
</style>