Shades of Pueblo #712A11
Tints of Pueblo #712A11
RGB
CMYK
RGB Variations
Color information
#712A11 (or 0x712A11) is known color: Pueblo. HEX triplet: 71, 2A and 11. RGB value is (113,42,17). Sum of RGB (Red+Green+Blue) = 113+42+17=172 (22% of max value = 765). Red value is 113 (44.53% from 255 or 65.70% from 172); Green value is 42 (16.80% from 255 or 24.42% from 172); Blue value is 17 (7.03% from 255 or 9.88% from 172); Max value from RGB is 113 - color contains mainly: red. Hex color #712A11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712A11 is #8ED5EE. Grayscale: #3C3C3C. Windows color (decimal): -9360879 or 1124977. OLE color: 1124977.
HSL color Cylindrical-coordinate representation of color #712A11: hue angle of 15.62º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #712A11 is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 42 | 17 | - |
| CMYK | 0 | 0.63 | 0.85 | 0.56 |
| HSL | 15.63º | 0.74% | 0.25% | - |
| HSV(B) | 15.63º | 0.85% | 0.44% | - |
| XYZ | 7.74 | 5.21 | 1.13 | - |
| YUV | 60.38 | 103.52 | 165.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 42 | 17 | 0 | 0.63 | 0.85 | 0.56 | 15.63 | 0.74 | 0.25 |
| Hex | 71 | 2A | 11 | 0 | 3F | 55 | 38 | 10 | 4A | 19 |
| Octal | 161 | 52 | 21 | 0 | 77 | 125 | 70 | 20 | 112 | 31 |
| Binary | 1110001 | 101010 | 10001 | 0 | 111111 | 1010101 | 111000 | 10000 | 1001010 | 11001 |
Color Harmonies of #712A11
Complementary color
Monochromatic Colors of #712A11
Black with #712A11
Text Example
Text Example
White with #712A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712A11; }
p { color: rgb(113,42,17); }
H1.HeaderClassName
{
color: #712A11;
}
.AnyTagClassName
{
color: #712A11;
}
</style>
background-color css
<style>
a { background-color: #712A11; }
a { background-color: rgb(113,42,17); }
div.DivClassName
{
background-color: #712A11;
}
.BgClassName
{
background-color: #712A11;
}
</style>
border-color css
<style>
span { border-color: #712A11; }
span { border-color: rgb(113,42,17); }
td.TdClassName
{
border-color: #712A11;
}
.TagClassName
{
border-color: #712A11;
}
</style>