Shades of Pueblo #712F26
Tints of Pueblo #712F26
RGB
CMYK
RGB Variations
Color information
#712F26 (or 0x712F26) is known color: Pueblo. HEX triplet: 71, 2F and 26. RGB value is (113,47,38). Sum of RGB (Red+Green+Blue) = 113+47+38=198 (26% of max value = 765). Red value is 113 (44.53% from 255 or 57.07% from 198); Green value is 47 (18.75% from 255 or 23.74% from 198); Blue value is 38 (15.23% from 255 or 19.19% from 198); Max value from RGB is 113 - color contains mainly: red. Hex color #712F26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712F26 is #8ED0D9. Grayscale: #414141. Windows color (decimal): -9359578 or 2502513. OLE color: 2502513.
HSL color Cylindrical-coordinate representation of color #712F26: hue angle of 7.2º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #712F26 is Cyan = 0, Magento = 0.58, Yellow = 0.66 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 47 | 38 | - |
| CMYK | 0 | 0.58 | 0.66 | 0.56 |
| HSL | 7.2º | 0.5% | 0.3% | - |
| HSV(B) | 7.2º | 0.66% | 0.44% | - |
| XYZ | 8.18 | 5.68 | 2.5 | - |
| YUV | 65.71 | 112.37 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 47 | 38 | 0 | 0.58 | 0.66 | 0.56 | 7.2 | 0.5 | 0.3 |
| Hex | 71 | 2F | 26 | 0 | 3A | 42 | 38 | 7 | 32 | 1E |
| Octal | 161 | 57 | 46 | 0 | 72 | 102 | 70 | 7 | 62 | 36 |
| Binary | 1110001 | 101111 | 100110 | 0 | 111010 | 1000010 | 111000 | 111 | 110010 | 11110 |
Color Harmonies of #712F26
Complementary color
Monochromatic Colors of #712F26
Black with #712F26
Text Example
Text Example
White with #712F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712F26; }
p { color: rgb(113,47,38); }
H1.HeaderClassName
{
color: #712F26;
}
.AnyTagClassName
{
color: #712F26;
}
</style>
background-color css
<style>
a { background-color: #712F26; }
a { background-color: rgb(113,47,38); }
div.DivClassName
{
background-color: #712F26;
}
.BgClassName
{
background-color: #712F26;
}
</style>
border-color css
<style>
span { border-color: #712F26; }
span { border-color: rgb(113,47,38); }
td.TdClassName
{
border-color: #712F26;
}
.TagClassName
{
border-color: #712F26;
}
</style>