Shades of Bordeaux #52142A
Tints of Bordeaux #52142A
RGB
CMYK
RGB Variations
Color information
#52142A (or 0x52142A) is known color: Bordeaux. HEX triplet: 52, 14 and 2A. RGB value is (82,20,42). Sum of RGB (Red+Green+Blue) = 82+20+42=144 (19% of max value = 765). Red value is 82 (32.42% from 255 or 56.94% from 144); Green value is 20 (8.20% from 255 or 13.89% from 144); Blue value is 42 (16.80% from 255 or 29.17% from 144); Max value from RGB is 82 - color contains mainly: red. Hex color #52142A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52142A is #ADEBD5. Grayscale: #292929. Windows color (decimal): -11398102 or 2757714. OLE color: 2757714.
HSL color Cylindrical-coordinate representation of color #52142A: hue angle of 338.71º 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 #52142A is Cyan = 0, Magento = 0.76, Yellow = 0.49 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 20 | 42 | - |
| CMYK | 0 | 0.76 | 0.49 | 0.68 |
| HSL | 338.71º | 0.61% | 0.2% | - |
| HSV(B) | 338.71º | 0.76% | 0.32% | - |
| XYZ | 4.15 | 2.46 | 2.45 | - |
| YUV | 41.05 | 128.54 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 20 | 42 | 0 | 0.76 | 0.49 | 0.68 | 338.71 | 0.61 | 0.2 |
| Hex | 52 | 14 | 2A | 0 | 4C | 31 | 44 | 153 | 3D | 14 |
| Octal | 122 | 24 | 52 | 0 | 114 | 61 | 104 | 523 | 75 | 24 |
| Binary | 1010010 | 10100 | 101010 | 0 | 1001100 | 110001 | 1000100 | 101010011 | 111101 | 10100 |
Color Harmonies of #52142A
Complementary color
Monochromatic Colors of #52142A
Black with #52142A
Text Example
Text Example
White with #52142A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52142A; }
p { color: rgb(82,20,42); }
H1.HeaderClassName
{
color: #52142A;
}
.AnyTagClassName
{
color: #52142A;
}
</style>
background-color css
<style>
a { background-color: #52142A; }
a { background-color: rgb(82,20,42); }
div.DivClassName
{
background-color: #52142A;
}
.BgClassName
{
background-color: #52142A;
}
</style>
border-color css
<style>
span { border-color: #52142A; }
span { border-color: rgb(82,20,42); }
td.TdClassName
{
border-color: #52142A;
}
.TagClassName
{
border-color: #52142A;
}
</style>