Shades of Pueblo #712E24
Tints of Pueblo #712E24
RGB
CMYK
RGB Variations
Color information
#712E24 (or 0x712E24) is known color: Pueblo. HEX triplet: 71, 2E and 24. RGB value is (113,46,36). Sum of RGB (Red+Green+Blue) = 113+46+36=195 (25% of max value = 765). Red value is 113 (44.53% from 255 or 57.95% from 195); Green value is 46 (18.36% from 255 or 23.59% from 195); Blue value is 36 (14.45% from 255 or 18.46% from 195); Max value from RGB is 113 - color contains mainly: red. Hex color #712E24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712E24 is #8ED1DB. Grayscale: #404040. Windows color (decimal): -9359836 or 2371185. OLE color: 2371185.
HSL color Cylindrical-coordinate representation of color #712E24: hue angle of 7.79º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #712E24 is Cyan = 0, Magento = 0.59, Yellow = 0.68 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 46 | 36 | - |
| CMYK | 0 | 0.59 | 0.68 | 0.56 |
| HSL | 7.79º | 0.52% | 0.29% | - |
| HSV(B) | 7.79º | 0.68% | 0.44% | - |
| XYZ | 8.11 | 5.59 | 2.32 | - |
| YUV | 64.89 | 111.7 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 46 | 36 | 0 | 0.59 | 0.68 | 0.56 | 7.79 | 0.52 | 0.29 |
| Hex | 71 | 2E | 24 | 0 | 3B | 44 | 38 | 8 | 34 | 1D |
| Octal | 161 | 56 | 44 | 0 | 73 | 104 | 70 | 10 | 64 | 35 |
| Binary | 1110001 | 101110 | 100100 | 0 | 111011 | 1000100 | 111000 | 1000 | 110100 | 11101 |
Color Harmonies of #712E24
Complementary color
Monochromatic Colors of #712E24
Black with #712E24
Text Example
Text Example
White with #712E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712E24; }
p { color: rgb(113,46,36); }
H1.HeaderClassName
{
color: #712E24;
}
.AnyTagClassName
{
color: #712E24;
}
</style>
background-color css
<style>
a { background-color: #712E24; }
a { background-color: rgb(113,46,36); }
div.DivClassName
{
background-color: #712E24;
}
.BgClassName
{
background-color: #712E24;
}
</style>
border-color css
<style>
span { border-color: #712E24; }
span { border-color: rgb(113,46,36); }
td.TdClassName
{
border-color: #712E24;
}
.TagClassName
{
border-color: #712E24;
}
</style>