Shades of Pueblo #712C20
Tints of Pueblo #712C20
RGB
CMYK
RGB Variations
Color information
#712C20 (or 0x712C20) is known color: Pueblo. HEX triplet: 71, 2C and 20. RGB value is (113,44,32). Sum of RGB (Red+Green+Blue) = 113+44+32=189 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.79% from 189); Green value is 44 (17.58% from 255 or 23.28% from 189); Blue value is 32 (12.89% from 255 or 16.93% from 189); Max value from RGB is 113 - color contains mainly: red. Hex color #712C20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712C20 is #8ED3DF. Grayscale: #3F3F3F. Windows color (decimal): -9360352 or 2108529. OLE color: 2108529.
HSL color Cylindrical-coordinate representation of color #712C20: hue angle of 8.89º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #712C20 is Cyan = 0, Magento = 0.61, Yellow = 0.72 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 44 | 32 | - |
| CMYK | 0 | 0.61 | 0.72 | 0.56 |
| HSL | 8.89º | 0.56% | 0.28% | - |
| HSV(B) | 8.89º | 0.72% | 0.44% | - |
| XYZ | 7.97 | 5.42 | 1.99 | - |
| YUV | 63.26 | 110.36 | 163.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 44 | 32 | 0 | 0.61 | 0.72 | 0.56 | 8.89 | 0.56 | 0.28 |
| Hex | 71 | 2C | 20 | 0 | 3D | 48 | 38 | 9 | 38 | 1C |
| Octal | 161 | 54 | 40 | 0 | 75 | 110 | 70 | 11 | 70 | 34 |
| Binary | 1110001 | 101100 | 100000 | 0 | 111101 | 1001000 | 111000 | 1001 | 111000 | 11100 |
Color Harmonies of #712C20
Complementary color
Monochromatic Colors of #712C20
Black with #712C20
Text Example
Text Example
White with #712C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712C20; }
p { color: rgb(113,44,32); }
H1.HeaderClassName
{
color: #712C20;
}
.AnyTagClassName
{
color: #712C20;
}
</style>
background-color css
<style>
a { background-color: #712C20; }
a { background-color: rgb(113,44,32); }
div.DivClassName
{
background-color: #712C20;
}
.BgClassName
{
background-color: #712C20;
}
</style>
border-color css
<style>
span { border-color: #712C20; }
span { border-color: rgb(113,44,32); }
td.TdClassName
{
border-color: #712C20;
}
.TagClassName
{
border-color: #712C20;
}
</style>