Shades of Pueblo #71301D
Tints of Pueblo #71301D
RGB
CMYK
RGB Variations
Color information
#71301D (or 0x71301D) is known color: Pueblo. HEX triplet: 71, 30 and 1D. RGB value is (113,48,29). Sum of RGB (Red+Green+Blue) = 113+48+29=190 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.47% from 190); Green value is 48 (19.14% from 255 or 25.26% from 190); Blue value is 29 (11.72% from 255 or 15.26% from 190); Max value from RGB is 113 - color contains mainly: red. Hex color #71301D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71301D is #8ECFE2. Grayscale: #414141. Windows color (decimal): -9359331 or 1912945. OLE color: 1912945.
HSL color Cylindrical-coordinate representation of color #71301D: hue angle of 13.57º 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 #71301D is Cyan = 0, Magento = 0.58, Yellow = 0.74 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 48 | 29 | - |
| CMYK | 0 | 0.58 | 0.74 | 0.56 |
| HSL | 13.57º | 0.59% | 0.28% | - |
| HSV(B) | 13.57º | 0.74% | 0.44% | - |
| XYZ | 8.09 | 5.71 | 1.84 | - |
| YUV | 65.27 | 107.53 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 48 | 29 | 0 | 0.58 | 0.74 | 0.56 | 13.57 | 0.59 | 0.28 |
| Hex | 71 | 30 | 1D | 0 | 3A | 4A | 38 | E | 3B | 1C |
| Octal | 161 | 60 | 35 | 0 | 72 | 112 | 70 | 16 | 73 | 34 |
| Binary | 1110001 | 110000 | 11101 | 0 | 111010 | 1001010 | 111000 | 1110 | 111011 | 11100 |
Color Harmonies of #71301D
Complementary color
Monochromatic Colors of #71301D
Black with #71301D
Text Example
Text Example
White with #71301D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71301D; }
p { color: rgb(113,48,29); }
H1.HeaderClassName
{
color: #71301D;
}
.AnyTagClassName
{
color: #71301D;
}
</style>
background-color css
<style>
a { background-color: #71301D; }
a { background-color: rgb(113,48,29); }
div.DivClassName
{
background-color: #71301D;
}
.BgClassName
{
background-color: #71301D;
}
</style>
border-color css
<style>
span { border-color: #71301D; }
span { border-color: rgb(113,48,29); }
td.TdClassName
{
border-color: #71301D;
}
.TagClassName
{
border-color: #71301D;
}
</style>