Shades of Paco #52413B
Tints of Paco #52413B
RGB
CMYK
RGB Variations
Color information
#52413B (or 0x52413B) is known color: Paco. HEX triplet: 52, 41 and 3B. RGB value is (82,65,59). Sum of RGB (Red+Green+Blue) = 82+65+59=206 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.81% from 206); Green value is 65 (25.78% from 255 or 31.55% from 206); Blue value is 59 (23.44% from 255 or 28.64% from 206); Max value from RGB is 82 - color contains mainly: red. Hex color #52413B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52413B is #ADBEC4. Grayscale: #454545. Windows color (decimal): -11386565 or 3883346. OLE color: 3883346.
HSL color Cylindrical-coordinate representation of color #52413B: hue angle of 15.65º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #52413B is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 65 | 59 | - |
| CMYK | 0 | 0.21 | 0.28 | 0.68 |
| HSL | 15.65º | 0.16% | 0.28% | - |
| HSV(B) | 15.65º | 0.28% | 0.32% | - |
| XYZ | 6.16 | 5.89 | 4.95 | - |
| YUV | 69.4 | 122.13 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 65 | 59 | 0 | 0.21 | 0.28 | 0.68 | 15.65 | 0.16 | 0.28 |
| Hex | 52 | 41 | 3B | 0 | 15 | 1C | 44 | 10 | 10 | 1C |
| Octal | 122 | 101 | 73 | 0 | 25 | 34 | 104 | 20 | 20 | 34 |
| Binary | 1010010 | 1000001 | 111011 | 0 | 10101 | 11100 | 1000100 | 10000 | 10000 | 11100 |
Color Harmonies of #52413B
Complementary color
Monochromatic Colors of #52413B
Black with #52413B
Text Example
Text Example
White with #52413B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52413B; }
p { color: rgb(82,65,59); }
H1.HeaderClassName
{
color: #52413B;
}
.AnyTagClassName
{
color: #52413B;
}
</style>
background-color css
<style>
a { background-color: #52413B; }
a { background-color: rgb(82,65,59); }
div.DivClassName
{
background-color: #52413B;
}
.BgClassName
{
background-color: #52413B;
}
</style>
border-color css
<style>
span { border-color: #52413B; }
span { border-color: rgb(82,65,59); }
td.TdClassName
{
border-color: #52413B;
}
.TagClassName
{
border-color: #52413B;
}
</style>