Shades of Pueblo #71261E
Tints of Pueblo #71261E
RGB
CMYK
RGB Variations
Color information
#71261E (or 0x71261E) is known color: Pueblo. HEX triplet: 71, 26 and 1E. RGB value is (113,38,30). Sum of RGB (Red+Green+Blue) = 113+38+30=181 (23% of max value = 765). Red value is 113 (44.53% from 255 or 62.43% from 181); Green value is 38 (15.23% from 255 or 20.99% from 181); Blue value is 30 (12.11% from 255 or 16.57% from 181); Max value from RGB is 113 - color contains mainly: red. Hex color #71261E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71261E is #8ED9E1. Grayscale: #3B3B3B. Windows color (decimal): -9361890 or 1975921. OLE color: 1975921.
HSL color Cylindrical-coordinate representation of color #71261E: hue angle of 5.78º 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 #71261E is Cyan = 0, Magento = 0.66, Yellow = 0.73 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 38 | 30 | - |
| CMYK | 0 | 0.66 | 0.73 | 0.56 |
| HSL | 5.78º | 0.58% | 0.28% | - |
| HSV(B) | 5.78º | 0.73% | 0.44% | - |
| XYZ | 7.74 | 4.99 | 1.78 | - |
| YUV | 59.51 | 111.35 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 38 | 30 | 0 | 0.66 | 0.73 | 0.56 | 5.78 | 0.58 | 0.28 |
| Hex | 71 | 26 | 1E | 0 | 42 | 49 | 38 | 6 | 3A | 1C |
| Octal | 161 | 46 | 36 | 0 | 102 | 111 | 70 | 6 | 72 | 34 |
| Binary | 1110001 | 100110 | 11110 | 0 | 1000010 | 1001001 | 111000 | 110 | 111010 | 11100 |
Color Harmonies of #71261E
Complementary color
Monochromatic Colors of #71261E
Black with #71261E
Text Example
Text Example
White with #71261E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71261E; }
p { color: rgb(113,38,30); }
H1.HeaderClassName
{
color: #71261E;
}
.AnyTagClassName
{
color: #71261E;
}
</style>
background-color css
<style>
a { background-color: #71261E; }
a { background-color: rgb(113,38,30); }
div.DivClassName
{
background-color: #71261E;
}
.BgClassName
{
background-color: #71261E;
}
</style>
border-color css
<style>
span { border-color: #71261E; }
span { border-color: rgb(113,38,30); }
td.TdClassName
{
border-color: #71261E;
}
.TagClassName
{
border-color: #71261E;
}
</style>