Shades of Pueblo #712C1F
Tints of Pueblo #712C1F
RGB
CMYK
RGB Variations
Color information
#712C1F (or 0x712C1F) is known color: Pueblo. HEX triplet: 71, 2C and 1F. RGB value is (113,44,31). Sum of RGB (Red+Green+Blue) = 113+44+31=188 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.11% from 188); Green value is 44 (17.58% from 255 or 23.40% from 188); Blue value is 31 (12.5% from 255 or 16.49% from 188); Max value from RGB is 113 - color contains mainly: red. Hex color #712C1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712C1F is #8ED3E0. Grayscale: #3F3F3F. Windows color (decimal): -9360353 or 2042993. OLE color: 2042993.
HSL color Cylindrical-coordinate representation of color #712C1F: hue angle of 9.51º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #712C1F is Cyan = 0, Magento = 0.61, Yellow = 0.73 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 44 | 31 | - |
| CMYK | 0 | 0.61 | 0.73 | 0.56 |
| HSL | 9.51º | 0.57% | 0.28% | - |
| HSV(B) | 9.51º | 0.73% | 0.44% | - |
| XYZ | 7.96 | 5.41 | 1.92 | - |
| YUV | 63.15 | 109.86 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 44 | 31 | 0 | 0.61 | 0.73 | 0.56 | 9.51 | 0.57 | 0.28 |
| Hex | 71 | 2C | 1F | 0 | 3D | 49 | 38 | A | 39 | 1C |
| Octal | 161 | 54 | 37 | 0 | 75 | 111 | 70 | 12 | 71 | 34 |
| Binary | 1110001 | 101100 | 11111 | 0 | 111101 | 1001001 | 111000 | 1010 | 111001 | 11100 |
Color Harmonies of #712C1F
Complementary color
Monochromatic Colors of #712C1F
Black with #712C1F
Text Example
Text Example
White with #712C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712C1F; }
p { color: rgb(113,44,31); }
H1.HeaderClassName
{
color: #712C1F;
}
.AnyTagClassName
{
color: #712C1F;
}
</style>
background-color css
<style>
a { background-color: #712C1F; }
a { background-color: rgb(113,44,31); }
div.DivClassName
{
background-color: #712C1F;
}
.BgClassName
{
background-color: #712C1F;
}
</style>
border-color css
<style>
span { border-color: #712C1F; }
span { border-color: rgb(113,44,31); }
td.TdClassName
{
border-color: #712C1F;
}
.TagClassName
{
border-color: #712C1F;
}
</style>