Shades of Pueblo #71321B
Tints of Pueblo #71321B
RGB
CMYK
RGB Variations
Color information
#71321B (or 0x71321B) is known color: Pueblo. HEX triplet: 71, 32 and 1B. RGB value is (113,50,27). Sum of RGB (Red+Green+Blue) = 113+50+27=190 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.47% from 190); Green value is 50 (19.92% from 255 or 26.32% from 190); Blue value is 27 (10.94% from 255 or 14.21% from 190); Max value from RGB is 113 - color contains mainly: red. Hex color #71321B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71321B is #8ECDE4. Grayscale: #424242. Windows color (decimal): -9358821 or 1782385. OLE color: 1782385.
HSL color Cylindrical-coordinate representation of color #71321B: hue angle of 16.05º 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 #71321B is Cyan = 0, Magento = 0.56, Yellow = 0.76 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 50 | 27 | - |
| CMYK | 0 | 0.56 | 0.76 | 0.56 |
| HSL | 16.05º | 0.61% | 0.27% | - |
| HSV(B) | 16.05º | 0.76% | 0.44% | - |
| XYZ | 8.15 | 5.87 | 1.74 | - |
| YUV | 66.22 | 105.87 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 50 | 27 | 0 | 0.56 | 0.76 | 0.56 | 16.05 | 0.61 | 0.27 |
| Hex | 71 | 32 | 1B | 0 | 38 | 4C | 38 | 10 | 3D | 1B |
| Octal | 161 | 62 | 33 | 0 | 70 | 114 | 70 | 20 | 75 | 33 |
| Binary | 1110001 | 110010 | 11011 | 0 | 111000 | 1001100 | 111000 | 10000 | 111101 | 11011 |
Color Harmonies of #71321B
Complementary color
Monochromatic Colors of #71321B
Black with #71321B
Text Example
Text Example
White with #71321B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71321B; }
p { color: rgb(113,50,27); }
H1.HeaderClassName
{
color: #71321B;
}
.AnyTagClassName
{
color: #71321B;
}
</style>
background-color css
<style>
a { background-color: #71321B; }
a { background-color: rgb(113,50,27); }
div.DivClassName
{
background-color: #71321B;
}
.BgClassName
{
background-color: #71321B;
}
</style>
border-color css
<style>
span { border-color: #71321B; }
span { border-color: rgb(113,50,27); }
td.TdClassName
{
border-color: #71321B;
}
.TagClassName
{
border-color: #71321B;
}
</style>