Shades of Pueblo #71321F
Tints of Pueblo #71321F
RGB
CMYK
RGB Variations
Color information
#71321F (or 0x71321F) is known color: Pueblo. HEX triplet: 71, 32 and 1F. RGB value is (113,50,31). Sum of RGB (Red+Green+Blue) = 113+50+31=194 (25% of max value = 765). Red value is 113 (44.53% from 255 or 58.25% from 194); Green value is 50 (19.92% from 255 or 25.77% from 194); Blue value is 31 (12.5% from 255 or 15.98% from 194); Max value from RGB is 113 - color contains mainly: red. Hex color #71321F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71321F is #8ECDE0. Grayscale: #424242. Windows color (decimal): -9358817 or 2044529. OLE color: 2044529.
HSL color Cylindrical-coordinate representation of color #71321F: hue angle of 13.9º degrees, saturation: 0.57, 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 #71321F is Cyan = 0, Magento = 0.56, Yellow = 0.73 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 50 | 31 | - |
| CMYK | 0 | 0.56 | 0.73 | 0.56 |
| HSL | 13.9º | 0.57% | 0.28% | - |
| HSV(B) | 13.9º | 0.73% | 0.44% | - |
| XYZ | 8.2 | 5.89 | 2 | - |
| YUV | 66.67 | 107.87 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 50 | 31 | 0 | 0.56 | 0.73 | 0.56 | 13.9 | 0.57 | 0.28 |
| Hex | 71 | 32 | 1F | 0 | 38 | 49 | 38 | E | 39 | 1C |
| Octal | 161 | 62 | 37 | 0 | 70 | 111 | 70 | 16 | 71 | 34 |
| Binary | 1110001 | 110010 | 11111 | 0 | 111000 | 1001001 | 111000 | 1110 | 111001 | 11100 |
Color Harmonies of #71321F
Complementary color
Monochromatic Colors of #71321F
Black with #71321F
Text Example
Text Example
White with #71321F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71321F; }
p { color: rgb(113,50,31); }
H1.HeaderClassName
{
color: #71321F;
}
.AnyTagClassName
{
color: #71321F;
}
</style>
background-color css
<style>
a { background-color: #71321F; }
a { background-color: rgb(113,50,31); }
div.DivClassName
{
background-color: #71321F;
}
.BgClassName
{
background-color: #71321F;
}
</style>
border-color css
<style>
span { border-color: #71321F; }
span { border-color: rgb(113,50,31); }
td.TdClassName
{
border-color: #71321F;
}
.TagClassName
{
border-color: #71321F;
}
</style>