Shades of Pueblo #712B15
Tints of Pueblo #712B15
RGB
CMYK
RGB Variations
Color information
#712B15 (or 0x712B15) is known color: Pueblo. HEX triplet: 71, 2B and 15. RGB value is (113,43,21). Sum of RGB (Red+Green+Blue) = 113+43+21=177 (23% of max value = 765). Red value is 113 (44.53% from 255 or 63.84% from 177); Green value is 43 (17.19% from 255 or 24.29% from 177); Blue value is 21 (8.59% from 255 or 11.86% from 177); Max value from RGB is 113 - color contains mainly: red. Hex color #712B15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712B15 is #8ED4EA. Grayscale: #3D3D3D. Windows color (decimal): -9360619 or 1387377. OLE color: 1387377.
HSL color Cylindrical-coordinate representation of color #712B15: hue angle of 14.35º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #712B15 is Cyan = 0, Magento = 0.62, Yellow = 0.81 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 43 | 21 | - |
| CMYK | 0 | 0.62 | 0.81 | 0.56 |
| HSL | 14.35º | 0.69% | 0.26% | - |
| HSV(B) | 14.35º | 0.81% | 0.44% | - |
| XYZ | 7.81 | 5.29 | 1.32 | - |
| YUV | 61.42 | 105.19 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 43 | 21 | 0 | 0.62 | 0.81 | 0.56 | 14.35 | 0.69 | 0.26 |
| Hex | 71 | 2B | 15 | 0 | 3E | 51 | 38 | E | 45 | 1A |
| Octal | 161 | 53 | 25 | 0 | 76 | 121 | 70 | 16 | 105 | 32 |
| Binary | 1110001 | 101011 | 10101 | 0 | 111110 | 1010001 | 111000 | 1110 | 1000101 | 11010 |
Color Harmonies of #712B15
Complementary color
Monochromatic Colors of #712B15
Black with #712B15
Text Example
Text Example
White with #712B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712B15; }
p { color: rgb(113,43,21); }
H1.HeaderClassName
{
color: #712B15;
}
.AnyTagClassName
{
color: #712B15;
}
</style>
background-color css
<style>
a { background-color: #712B15; }
a { background-color: rgb(113,43,21); }
div.DivClassName
{
background-color: #712B15;
}
.BgClassName
{
background-color: #712B15;
}
</style>
border-color css
<style>
span { border-color: #712B15; }
span { border-color: rgb(113,43,21); }
td.TdClassName
{
border-color: #712B15;
}
.TagClassName
{
border-color: #712B15;
}
</style>