Shades of Pueblo #712C23
Tints of Pueblo #712C23
RGB
CMYK
RGB Variations
Color information
#712C23 (or 0x712C23) is known color: Pueblo. HEX triplet: 71, 2C and 23. RGB value is (113,44,35). Sum of RGB (Red+Green+Blue) = 113+44+35=192 (25% of max value = 765). Red value is 113 (44.53% from 255 or 58.85% from 192); Green value is 44 (17.58% from 255 or 22.92% from 192); Blue value is 35 (14.06% from 255 or 18.23% from 192); Max value from RGB is 113 - color contains mainly: red. Hex color #712C23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712C23 is #8ED3DC. Grayscale: #3F3F3F. Windows color (decimal): -9360349 or 2305137. OLE color: 2305137.
HSL color Cylindrical-coordinate representation of color #712C23: hue angle of 6.92º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #712C23 is Cyan = 0, Magento = 0.61, Yellow = 0.69 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 44 | 35 | - |
| CMYK | 0 | 0.61 | 0.69 | 0.56 |
| HSL | 6.92º | 0.53% | 0.29% | - |
| HSV(B) | 6.92º | 0.69% | 0.44% | - |
| XYZ | 8.01 | 5.43 | 2.22 | - |
| YUV | 63.61 | 111.86 | 163.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 44 | 35 | 0 | 0.61 | 0.69 | 0.56 | 6.92 | 0.53 | 0.29 |
| Hex | 71 | 2C | 23 | 0 | 3D | 45 | 38 | 7 | 35 | 1D |
| Octal | 161 | 54 | 43 | 0 | 75 | 105 | 70 | 7 | 65 | 35 |
| Binary | 1110001 | 101100 | 100011 | 0 | 111101 | 1000101 | 111000 | 111 | 110101 | 11101 |
Color Harmonies of #712C23
Complementary color
Monochromatic Colors of #712C23
Black with #712C23
Text Example
Text Example
White with #712C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712C23; }
p { color: rgb(113,44,35); }
H1.HeaderClassName
{
color: #712C23;
}
.AnyTagClassName
{
color: #712C23;
}
</style>
background-color css
<style>
a { background-color: #712C23; }
a { background-color: rgb(113,44,35); }
div.DivClassName
{
background-color: #712C23;
}
.BgClassName
{
background-color: #712C23;
}
</style>
border-color css
<style>
span { border-color: #712C23; }
span { border-color: rgb(113,44,35); }
td.TdClassName
{
border-color: #712C23;
}
.TagClassName
{
border-color: #712C23;
}
</style>