Shades of Pueblo #71311C
Tints of Pueblo #71311C
RGB
CMYK
RGB Variations
Color information
#71311C (or 0x71311C) is known color: Pueblo. HEX triplet: 71, 31 and 1C. RGB value is (113,49,28). Sum of RGB (Red+Green+Blue) = 113+49+28=190 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.47% from 190); Green value is 49 (19.53% from 255 or 25.79% from 190); Blue value is 28 (11.33% from 255 or 14.74% from 190); Max value from RGB is 113 - color contains mainly: red. Hex color #71311C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71311C is #8ECEE3. Grayscale: #414141. Windows color (decimal): -9359076 or 1847665. OLE color: 1847665.
HSL color Cylindrical-coordinate representation of color #71311C: hue angle of 14.82º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #71311C is Cyan = 0, Magento = 0.57, Yellow = 0.75 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 49 | 28 | - |
| CMYK | 0 | 0.57 | 0.75 | 0.56 |
| HSL | 14.82º | 0.6% | 0.28% | - |
| HSV(B) | 14.82º | 0.75% | 0.44% | - |
| XYZ | 8.12 | 5.79 | 1.79 | - |
| YUV | 65.74 | 106.7 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 49 | 28 | 0 | 0.57 | 0.75 | 0.56 | 14.82 | 0.6 | 0.28 |
| Hex | 71 | 31 | 1C | 0 | 39 | 4B | 38 | F | 3C | 1C |
| Octal | 161 | 61 | 34 | 0 | 71 | 113 | 70 | 17 | 74 | 34 |
| Binary | 1110001 | 110001 | 11100 | 0 | 111001 | 1001011 | 111000 | 1111 | 111100 | 11100 |
Color Harmonies of #71311C
Complementary color
Monochromatic Colors of #71311C
Black with #71311C
Text Example
Text Example
White with #71311C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71311C; }
p { color: rgb(113,49,28); }
H1.HeaderClassName
{
color: #71311C;
}
.AnyTagClassName
{
color: #71311C;
}
</style>
background-color css
<style>
a { background-color: #71311C; }
a { background-color: rgb(113,49,28); }
div.DivClassName
{
background-color: #71311C;
}
.BgClassName
{
background-color: #71311C;
}
</style>
border-color css
<style>
span { border-color: #71311C; }
span { border-color: rgb(113,49,28); }
td.TdClassName
{
border-color: #71311C;
}
.TagClassName
{
border-color: #71311C;
}
</style>