Shades of Pueblo #712C1D
Tints of Pueblo #712C1D
RGB
CMYK
RGB Variations
Color information
#712C1D (or 0x712C1D) is known color: Pueblo. HEX triplet: 71, 2C and 1D. RGB value is (113,44,29). Sum of RGB (Red+Green+Blue) = 113+44+29=186 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.75% from 186); Green value is 44 (17.58% from 255 or 23.66% from 186); Blue value is 29 (11.72% from 255 or 15.59% from 186); Max value from RGB is 113 - color contains mainly: red. Hex color #712C1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712C1D is #8ED3E2. Grayscale: #3F3F3F. Windows color (decimal): -9360355 or 1911921. OLE color: 1911921.
HSL color Cylindrical-coordinate representation of color #712C1D: hue angle of 10.71º 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 #712C1D is Cyan = 0, Magento = 0.61, Yellow = 0.74 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 44 | 29 | - |
| CMYK | 0 | 0.61 | 0.74 | 0.56 |
| HSL | 10.71º | 0.59% | 0.28% | - |
| HSV(B) | 10.71º | 0.74% | 0.44% | - |
| XYZ | 7.93 | 5.4 | 1.79 | - |
| YUV | 62.92 | 108.86 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 44 | 29 | 0 | 0.61 | 0.74 | 0.56 | 10.71 | 0.59 | 0.28 |
| Hex | 71 | 2C | 1D | 0 | 3D | 4A | 38 | B | 3B | 1C |
| Octal | 161 | 54 | 35 | 0 | 75 | 112 | 70 | 13 | 73 | 34 |
| Binary | 1110001 | 101100 | 11101 | 0 | 111101 | 1001010 | 111000 | 1011 | 111011 | 11100 |
Color Harmonies of #712C1D
Complementary color
Monochromatic Colors of #712C1D
Black with #712C1D
Text Example
Text Example
White with #712C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712C1D; }
p { color: rgb(113,44,29); }
H1.HeaderClassName
{
color: #712C1D;
}
.AnyTagClassName
{
color: #712C1D;
}
</style>
background-color css
<style>
a { background-color: #712C1D; }
a { background-color: rgb(113,44,29); }
div.DivClassName
{
background-color: #712C1D;
}
.BgClassName
{
background-color: #712C1D;
}
</style>
border-color css
<style>
span { border-color: #712C1D; }
span { border-color: rgb(113,44,29); }
td.TdClassName
{
border-color: #712C1D;
}
.TagClassName
{
border-color: #712C1D;
}
</style>