Shades of Pueblo #712F22
Tints of Pueblo #712F22
RGB
CMYK
RGB Variations
Color information
#712F22 (or 0x712F22) is known color: Pueblo. HEX triplet: 71, 2F and 22. RGB value is (113,47,34). Sum of RGB (Red+Green+Blue) = 113+47+34=194 (25% of max value = 765). Red value is 113 (44.53% from 255 or 58.25% from 194); Green value is 47 (18.75% from 255 or 24.23% from 194); Blue value is 34 (13.67% from 255 or 17.53% from 194); Max value from RGB is 113 - color contains mainly: red. Hex color #712F22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712F22 is #8ED0DD. Grayscale: #414141. Windows color (decimal): -9359582 or 2240369. OLE color: 2240369.
HSL color Cylindrical-coordinate representation of color #712F22: hue angle of 9.87º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #712F22 is Cyan = 0, Magento = 0.58, Yellow = 0.70 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 47 | 34 | - |
| CMYK | 0 | 0.58 | 0.70 | 0.56 |
| HSL | 9.87º | 0.54% | 0.29% | - |
| HSV(B) | 9.87º | 0.7% | 0.44% | - |
| XYZ | 8.12 | 5.66 | 2.18 | - |
| YUV | 65.25 | 110.37 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 47 | 34 | 0 | 0.58 | 0.70 | 0.56 | 9.87 | 0.54 | 0.29 |
| Hex | 71 | 2F | 22 | 0 | 3A | 46 | 38 | A | 36 | 1D |
| Octal | 161 | 57 | 42 | 0 | 72 | 106 | 70 | 12 | 66 | 35 |
| Binary | 1110001 | 101111 | 100010 | 0 | 111010 | 1000110 | 111000 | 1010 | 110110 | 11101 |
Color Harmonies of #712F22
Complementary color
Monochromatic Colors of #712F22
Black with #712F22
Text Example
Text Example
White with #712F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712F22; }
p { color: rgb(113,47,34); }
H1.HeaderClassName
{
color: #712F22;
}
.AnyTagClassName
{
color: #712F22;
}
</style>
background-color css
<style>
a { background-color: #712F22; }
a { background-color: rgb(113,47,34); }
div.DivClassName
{
background-color: #712F22;
}
.BgClassName
{
background-color: #712F22;
}
</style>
border-color css
<style>
span { border-color: #712F22; }
span { border-color: rgb(113,47,34); }
td.TdClassName
{
border-color: #712F22;
}
.TagClassName
{
border-color: #712F22;
}
</style>