Shades of Pueblo #71321D
Tints of Pueblo #71321D
RGB
CMYK
RGB Variations
Color information
#71321D (or 0x71321D) is known color: Pueblo. HEX triplet: 71, 32 and 1D. RGB value is (113,50,29). Sum of RGB (Red+Green+Blue) = 113+50+29=192 (25% of max value = 765). Red value is 113 (44.53% from 255 or 58.85% from 192); Green value is 50 (19.92% from 255 or 26.04% from 192); Blue value is 29 (11.72% from 255 or 15.10% from 192); Max value from RGB is 113 - color contains mainly: red. Hex color #71321D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71321D is #8ECDE2. Grayscale: #424242. Windows color (decimal): -9358819 or 1913457. OLE color: 1913457.
HSL color Cylindrical-coordinate representation of color #71321D: hue angle of 15º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #71321D is Cyan = 0, Magento = 0.56, Yellow = 0.74 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 50 | 29 | - |
| CMYK | 0 | 0.56 | 0.74 | 0.56 |
| HSL | 15º | 0.59% | 0.28% | - |
| HSV(B) | 15º | 0.74% | 0.44% | - |
| XYZ | 8.17 | 5.88 | 1.87 | - |
| YUV | 66.44 | 106.87 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 50 | 29 | 0 | 0.56 | 0.74 | 0.56 | 15 | 0.59 | 0.28 |
| Hex | 71 | 32 | 1D | 0 | 38 | 4A | 38 | F | 3B | 1C |
| Octal | 161 | 62 | 35 | 0 | 70 | 112 | 70 | 17 | 73 | 34 |
| Binary | 1110001 | 110010 | 11101 | 0 | 111000 | 1001010 | 111000 | 1111 | 111011 | 11100 |
Color Harmonies of #71321D
Complementary color
Monochromatic Colors of #71321D
Black with #71321D
Text Example
Text Example
White with #71321D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71321D; }
p { color: rgb(113,50,29); }
H1.HeaderClassName
{
color: #71321D;
}
.AnyTagClassName
{
color: #71321D;
}
</style>
background-color css
<style>
a { background-color: #71321D; }
a { background-color: rgb(113,50,29); }
div.DivClassName
{
background-color: #71321D;
}
.BgClassName
{
background-color: #71321D;
}
</style>
border-color css
<style>
span { border-color: #71321D; }
span { border-color: rgb(113,50,29); }
td.TdClassName
{
border-color: #71321D;
}
.TagClassName
{
border-color: #71321D;
}
</style>