Shades of Paco #51423B
Tints of Paco #51423B
RGB
CMYK
RGB Variations
Color information
#51423B (or 0x51423B) is known color: Paco. HEX triplet: 51, 42 and 3B. RGB value is (81,66,59). Sum of RGB (Red+Green+Blue) = 81+66+59=206 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.32% from 206); Green value is 66 (26.17% from 255 or 32.04% from 206); Blue value is 59 (23.44% from 255 or 28.64% from 206); Max value from RGB is 81 - color contains mainly: red. Hex color #51423B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51423B is #AEBDC4. Grayscale: #454545. Windows color (decimal): -11451845 or 3883601. OLE color: 3883601.
HSL color Cylindrical-coordinate representation of color #51423B: hue angle of 19.09º degrees, saturation: 0.16, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #51423B is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 66 | 59 | - |
| CMYK | 0 | 0.19 | 0.27 | 0.68 |
| HSL | 19.09º | 0.16% | 0.27% | - |
| HSV(B) | 19.09º | 0.27% | 0.32% | - |
| XYZ | 6.13 | 5.96 | 4.97 | - |
| YUV | 69.69 | 121.97 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 66 | 59 | 0 | 0.19 | 0.27 | 0.68 | 19.09 | 0.16 | 0.27 |
| Hex | 51 | 42 | 3B | 0 | 13 | 1B | 44 | 13 | 10 | 1B |
| Octal | 121 | 102 | 73 | 0 | 23 | 33 | 104 | 23 | 20 | 33 |
| Binary | 1010001 | 1000010 | 111011 | 0 | 10011 | 11011 | 1000100 | 10011 | 10000 | 11011 |
Color Harmonies of #51423B
Complementary color
Monochromatic Colors of #51423B
Black with #51423B
Text Example
Text Example
White with #51423B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51423B; }
p { color: rgb(81,66,59); }
H1.HeaderClassName
{
color: #51423B;
}
.AnyTagClassName
{
color: #51423B;
}
</style>
background-color css
<style>
a { background-color: #51423B; }
a { background-color: rgb(81,66,59); }
div.DivClassName
{
background-color: #51423B;
}
.BgClassName
{
background-color: #51423B;
}
</style>
border-color css
<style>
span { border-color: #51423B; }
span { border-color: rgb(81,66,59); }
td.TdClassName
{
border-color: #51423B;
}
.TagClassName
{
border-color: #51423B;
}
</style>