Shades of Pueblo #712B1E
Tints of Pueblo #712B1E
RGB
CMYK
RGB Variations
Color information
#712B1E (or 0x712B1E) is known color: Pueblo. HEX triplet: 71, 2B and 1E. RGB value is (113,43,30). Sum of RGB (Red+Green+Blue) = 113+43+30=186 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.75% from 186); Green value is 43 (17.19% from 255 or 23.12% from 186); Blue value is 30 (12.11% from 255 or 16.13% from 186); Max value from RGB is 113 - color contains mainly: red. Hex color #712B1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712B1E is #8ED4E1. Grayscale: #3E3E3E. Windows color (decimal): -9360610 or 1977201. OLE color: 1977201.
HSL color Cylindrical-coordinate representation of color #712B1E: hue angle of 9.4º degrees, saturation: 0.58, 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 #712B1E is Cyan = 0, Magento = 0.62, Yellow = 0.73 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 43 | 30 | - |
| CMYK | 0 | 0.62 | 0.73 | 0.56 |
| HSL | 9.4º | 0.58% | 0.28% | - |
| HSV(B) | 9.4º | 0.73% | 0.44% | - |
| XYZ | 7.91 | 5.33 | 1.84 | - |
| YUV | 62.45 | 109.69 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 43 | 30 | 0 | 0.62 | 0.73 | 0.56 | 9.4 | 0.58 | 0.28 |
| Hex | 71 | 2B | 1E | 0 | 3E | 49 | 38 | 9 | 3A | 1C |
| Octal | 161 | 53 | 36 | 0 | 76 | 111 | 70 | 11 | 72 | 34 |
| Binary | 1110001 | 101011 | 11110 | 0 | 111110 | 1001001 | 111000 | 1001 | 111010 | 11100 |
Color Harmonies of #712B1E
Complementary color
Monochromatic Colors of #712B1E
Black with #712B1E
Text Example
Text Example
White with #712B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712B1E; }
p { color: rgb(113,43,30); }
H1.HeaderClassName
{
color: #712B1E;
}
.AnyTagClassName
{
color: #712B1E;
}
</style>
background-color css
<style>
a { background-color: #712B1E; }
a { background-color: rgb(113,43,30); }
div.DivClassName
{
background-color: #712B1E;
}
.BgClassName
{
background-color: #712B1E;
}
</style>
border-color css
<style>
span { border-color: #712B1E; }
span { border-color: rgb(113,43,30); }
td.TdClassName
{
border-color: #712B1E;
}
.TagClassName
{
border-color: #712B1E;
}
</style>