Shades of Pueblo #712E1D
Tints of Pueblo #712E1D
RGB
CMYK
RGB Variations
Color information
#712E1D (or 0x712E1D) is known color: Pueblo. HEX triplet: 71, 2E and 1D. RGB value is (113,46,29). Sum of RGB (Red+Green+Blue) = 113+46+29=188 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.11% from 188); Green value is 46 (18.36% from 255 or 24.47% from 188); Blue value is 29 (11.72% from 255 or 15.43% from 188); Max value from RGB is 113 - color contains mainly: red. Hex color #712E1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712E1D is #8ED1E2. Grayscale: #404040. Windows color (decimal): -9359843 or 1912433. OLE color: 1912433.
HSL color Cylindrical-coordinate representation of color #712E1D: hue angle of 12.14º 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 #712E1D is Cyan = 0, Magento = 0.59, Yellow = 0.74 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 46 | 29 | - |
| CMYK | 0 | 0.59 | 0.74 | 0.56 |
| HSL | 12.14º | 0.59% | 0.28% | - |
| HSV(B) | 12.14º | 0.74% | 0.44% | - |
| XYZ | 8.01 | 5.55 | 1.81 | - |
| YUV | 64.1 | 108.2 | 162.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 46 | 29 | 0 | 0.59 | 0.74 | 0.56 | 12.14 | 0.59 | 0.28 |
| Hex | 71 | 2E | 1D | 0 | 3B | 4A | 38 | C | 3B | 1C |
| Octal | 161 | 56 | 35 | 0 | 73 | 112 | 70 | 14 | 73 | 34 |
| Binary | 1110001 | 101110 | 11101 | 0 | 111011 | 1001010 | 111000 | 1100 | 111011 | 11100 |
Color Harmonies of #712E1D
Complementary color
Monochromatic Colors of #712E1D
Black with #712E1D
Text Example
Text Example
White with #712E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712E1D; }
p { color: rgb(113,46,29); }
H1.HeaderClassName
{
color: #712E1D;
}
.AnyTagClassName
{
color: #712E1D;
}
</style>
background-color css
<style>
a { background-color: #712E1D; }
a { background-color: rgb(113,46,29); }
div.DivClassName
{
background-color: #712E1D;
}
.BgClassName
{
background-color: #712E1D;
}
</style>
border-color css
<style>
span { border-color: #712E1D; }
span { border-color: rgb(113,46,29); }
td.TdClassName
{
border-color: #712E1D;
}
.TagClassName
{
border-color: #712E1D;
}
</style>