Shades of Pueblo #712D1D
Tints of Pueblo #712D1D
RGB
CMYK
RGB Variations
Color information
#712D1D (or 0x712D1D) is known color: Pueblo. HEX triplet: 71, 2D and 1D. RGB value is (113,45,29). Sum of RGB (Red+Green+Blue) = 113+45+29=187 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.43% from 187); Green value is 45 (17.97% from 255 or 24.06% from 187); Blue value is 29 (11.72% from 255 or 15.51% from 187); Max value from RGB is 113 - color contains mainly: red. Hex color #712D1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712D1D is #8ED2E2. Grayscale: #3F3F3F. Windows color (decimal): -9360099 or 1912177. OLE color: 1912177.
HSL color Cylindrical-coordinate representation of color #712D1D: hue angle of 11.43º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #712D1D is Cyan = 0, Magento = 0.60, Yellow = 0.74 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 45 | 29 | - |
| CMYK | 0 | 0.60 | 0.74 | 0.56 |
| HSL | 11.43º | 0.59% | 0.28% | - |
| HSV(B) | 11.43º | 0.74% | 0.44% | - |
| XYZ | 7.97 | 5.48 | 1.8 | - |
| YUV | 63.51 | 108.53 | 163.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 45 | 29 | 0 | 0.60 | 0.74 | 0.56 | 11.43 | 0.59 | 0.28 |
| Hex | 71 | 2D | 1D | 0 | 3C | 4A | 38 | B | 3B | 1C |
| Octal | 161 | 55 | 35 | 0 | 74 | 112 | 70 | 13 | 73 | 34 |
| Binary | 1110001 | 101101 | 11101 | 0 | 111100 | 1001010 | 111000 | 1011 | 111011 | 11100 |
Color Harmonies of #712D1D
Complementary color
Monochromatic Colors of #712D1D
Black with #712D1D
Text Example
Text Example
White with #712D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712D1D; }
p { color: rgb(113,45,29); }
H1.HeaderClassName
{
color: #712D1D;
}
.AnyTagClassName
{
color: #712D1D;
}
</style>
background-color css
<style>
a { background-color: #712D1D; }
a { background-color: rgb(113,45,29); }
div.DivClassName
{
background-color: #712D1D;
}
.BgClassName
{
background-color: #712D1D;
}
</style>
border-color css
<style>
span { border-color: #712D1D; }
span { border-color: rgb(113,45,29); }
td.TdClassName
{
border-color: #712D1D;
}
.TagClassName
{
border-color: #712D1D;
}
</style>