Shades of Pueblo #71271D
Tints of Pueblo #71271D
RGB
CMYK
RGB Variations
Color information
#71271D (or 0x71271D) is known color: Pueblo. HEX triplet: 71, 27 and 1D. RGB value is (113,39,29). Sum of RGB (Red+Green+Blue) = 113+39+29=181 (23% of max value = 765). Red value is 113 (44.53% from 255 or 62.43% from 181); Green value is 39 (15.62% from 255 or 21.55% from 181); Blue value is 29 (11.72% from 255 or 16.02% from 181); Max value from RGB is 113 - color contains mainly: red. Hex color #71271D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71271D is #8ED8E2. Grayscale: #3C3C3C. Windows color (decimal): -9361635 or 1910641. OLE color: 1910641.
HSL color Cylindrical-coordinate representation of color #71271D: hue angle of 7.14º 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 #71271D is Cyan = 0, Magento = 0.65, Yellow = 0.74 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 39 | 29 | - |
| CMYK | 0 | 0.65 | 0.74 | 0.56 |
| HSL | 7.14º | 0.59% | 0.28% | - |
| HSV(B) | 7.14º | 0.74% | 0.44% | - |
| XYZ | 7.76 | 5.05 | 1.73 | - |
| YUV | 59.99 | 110.52 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 39 | 29 | 0 | 0.65 | 0.74 | 0.56 | 7.14 | 0.59 | 0.28 |
| Hex | 71 | 27 | 1D | 0 | 41 | 4A | 38 | 7 | 3B | 1C |
| Octal | 161 | 47 | 35 | 0 | 101 | 112 | 70 | 7 | 73 | 34 |
| Binary | 1110001 | 100111 | 11101 | 0 | 1000001 | 1001010 | 111000 | 111 | 111011 | 11100 |
Color Harmonies of #71271D
Complementary color
Monochromatic Colors of #71271D
Black with #71271D
Text Example
Text Example
White with #71271D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71271D; }
p { color: rgb(113,39,29); }
H1.HeaderClassName
{
color: #71271D;
}
.AnyTagClassName
{
color: #71271D;
}
</style>
background-color css
<style>
a { background-color: #71271D; }
a { background-color: rgb(113,39,29); }
div.DivClassName
{
background-color: #71271D;
}
.BgClassName
{
background-color: #71271D;
}
</style>
border-color css
<style>
span { border-color: #71271D; }
span { border-color: rgb(113,39,29); }
td.TdClassName
{
border-color: #71271D;
}
.TagClassName
{
border-color: #71271D;
}
</style>