Shades of Punga #51442B
Tints of Punga #51442B
RGB
CMYK
RGB Variations
Color information
#51442B (or 0x51442B) is known color: Punga. HEX triplet: 51, 44 and 2B. RGB value is (81,68,43). Sum of RGB (Red+Green+Blue) = 81+68+43=192 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.19% from 192); Green value is 68 (26.95% from 255 or 35.42% from 192); Blue value is 43 (17.19% from 255 or 22.40% from 192); Max value from RGB is 81 - color contains mainly: red. Hex color #51442B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51442B is #AEBBD4. Grayscale: #454545. Windows color (decimal): -11451349 or 2835537. OLE color: 2835537.
HSL color Cylindrical-coordinate representation of color #51442B: hue angle of 39.47º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #51442B is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 68 | 43 | - |
| CMYK | 0 | 0.16 | 0.47 | 0.68 |
| HSL | 39.47º | 0.31% | 0.24% | - |
| HSV(B) | 39.47º | 0.47% | 0.32% | - |
| XYZ | 5.9 | 6.06 | 3.14 | - |
| YUV | 69.04 | 113.31 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 68 | 43 | 0 | 0.16 | 0.47 | 0.68 | 39.47 | 0.31 | 0.24 |
| Hex | 51 | 44 | 2B | 0 | 10 | 2F | 44 | 27 | 1F | 18 |
| Octal | 121 | 104 | 53 | 0 | 20 | 57 | 104 | 47 | 37 | 30 |
| Binary | 1010001 | 1000100 | 101011 | 0 | 10000 | 101111 | 1000100 | 100111 | 11111 | 11000 |
Color Harmonies of #51442B
Complementary color
Monochromatic Colors of #51442B
Black with #51442B
Text Example
Text Example
White with #51442B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51442B; }
p { color: rgb(81,68,43); }
H1.HeaderClassName
{
color: #51442B;
}
.AnyTagClassName
{
color: #51442B;
}
</style>
background-color css
<style>
a { background-color: #51442B; }
a { background-color: rgb(81,68,43); }
div.DivClassName
{
background-color: #51442B;
}
.BgClassName
{
background-color: #51442B;
}
</style>
border-color css
<style>
span { border-color: #51442B; }
span { border-color: rgb(81,68,43); }
td.TdClassName
{
border-color: #51442B;
}
.TagClassName
{
border-color: #51442B;
}
</style>