Shades of Pueblo #71271B
Tints of Pueblo #71271B
RGB
CMYK
RGB Variations
Color information
#71271B (or 0x71271B) is known color: Pueblo. HEX triplet: 71, 27 and 1B. RGB value is (113,39,27). Sum of RGB (Red+Green+Blue) = 113+39+27=179 (23% of max value = 765). Red value is 113 (44.53% from 255 or 63.13% from 179); Green value is 39 (15.62% from 255 or 21.79% from 179); Blue value is 27 (10.94% from 255 or 15.08% from 179); Max value from RGB is 113 - color contains mainly: red. Hex color #71271B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71271B is #8ED8E4. Grayscale: #3B3B3B. Windows color (decimal): -9361637 or 1779569. OLE color: 1779569.
HSL color Cylindrical-coordinate representation of color #71271B: hue angle of 8.37º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #71271B is Cyan = 0, Magento = 0.65, Yellow = 0.76 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 39 | 27 | - |
| CMYK | 0 | 0.65 | 0.76 | 0.56 |
| HSL | 8.37º | 0.61% | 0.27% | - |
| HSV(B) | 8.37º | 0.76% | 0.44% | - |
| XYZ | 7.73 | 5.04 | 1.6 | - |
| YUV | 59.76 | 109.52 | 165.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 39 | 27 | 0 | 0.65 | 0.76 | 0.56 | 8.37 | 0.61 | 0.27 |
| Hex | 71 | 27 | 1B | 0 | 41 | 4C | 38 | 8 | 3D | 1B |
| Octal | 161 | 47 | 33 | 0 | 101 | 114 | 70 | 10 | 75 | 33 |
| Binary | 1110001 | 100111 | 11011 | 0 | 1000001 | 1001100 | 111000 | 1000 | 111101 | 11011 |
Color Harmonies of #71271B
Complementary color
Monochromatic Colors of #71271B
Black with #71271B
Text Example
Text Example
White with #71271B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71271B; }
p { color: rgb(113,39,27); }
H1.HeaderClassName
{
color: #71271B;
}
.AnyTagClassName
{
color: #71271B;
}
</style>
background-color css
<style>
a { background-color: #71271B; }
a { background-color: rgb(113,39,27); }
div.DivClassName
{
background-color: #71271B;
}
.BgClassName
{
background-color: #71271B;
}
</style>
border-color css
<style>
span { border-color: #71271B; }
span { border-color: rgb(113,39,27); }
td.TdClassName
{
border-color: #71271B;
}
.TagClassName
{
border-color: #71271B;
}
</style>