Shades of Pueblo #71290F
Tints of Pueblo #71290F
RGB
CMYK
RGB Variations
Color information
#71290F (or 0x71290F) is known color: Pueblo. HEX triplet: 71, 29 and 0F. RGB value is (113,41,15). Sum of RGB (Red+Green+Blue) = 113+41+15=169 (22% of max value = 765). Red value is 113 (44.53% from 255 or 66.86% from 169); Green value is 41 (16.41% from 255 or 24.26% from 169); Blue value is 15 (6.25% from 255 or 8.88% from 169); Max value from RGB is 113 - color contains mainly: red. Hex color #71290F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #71290F is #8ED6F0. Grayscale: #3B3B3B. Windows color (decimal): -9361137 or 993649. OLE color: 993649.
HSL color Cylindrical-coordinate representation of color #71290F: hue angle of 15.92º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #71290F is Cyan = 0, Magento = 0.64, Yellow = 0.87 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 41 | 15 | - |
| CMYK | 0 | 0.64 | 0.87 | 0.56 |
| HSL | 15.92º | 0.77% | 0.25% | - |
| HSV(B) | 15.92º | 0.87% | 0.44% | - |
| XYZ | 7.69 | 5.13 | 1.04 | - |
| YUV | 59.56 | 102.85 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 41 | 15 | 0 | 0.64 | 0.87 | 0.56 | 15.92 | 0.77 | 0.25 |
| Hex | 71 | 29 | F | 0 | 40 | 57 | 38 | 10 | 4D | 19 |
| Octal | 161 | 51 | 17 | 0 | 100 | 127 | 70 | 20 | 115 | 31 |
| Binary | 1110001 | 101001 | 1111 | 0 | 1000000 | 1010111 | 111000 | 10000 | 1001101 | 11001 |
Color Harmonies of #71290F
Complementary color
Monochromatic Colors of #71290F
Black with #71290F
Text Example
Text Example
White with #71290F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71290F; }
p { color: rgb(113,41,15); }
H1.HeaderClassName
{
color: #71290F;
}
.AnyTagClassName
{
color: #71290F;
}
</style>
background-color css
<style>
a { background-color: #71290F; }
a { background-color: rgb(113,41,15); }
div.DivClassName
{
background-color: #71290F;
}
.BgClassName
{
background-color: #71290F;
}
</style>
border-color css
<style>
span { border-color: #71290F; }
span { border-color: rgb(113,41,15); }
td.TdClassName
{
border-color: #71290F;
}
.TagClassName
{
border-color: #71290F;
}
</style>