Shades of Pueblo #71301C
Tints of Pueblo #71301C
RGB
CMYK
RGB Variations
Color information
#71301C (or 0x71301C) is known color: Pueblo. HEX triplet: 71, 30 and 1C. RGB value is (113,48,28). Sum of RGB (Red+Green+Blue) = 113+48+28=189 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.79% from 189); Green value is 48 (19.14% from 255 or 25.40% from 189); Blue value is 28 (11.33% from 255 or 14.81% from 189); Max value from RGB is 113 - color contains mainly: red. Hex color #71301C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71301C is #8ECFE3. Grayscale: #414141. Windows color (decimal): -9359332 or 1847409. OLE color: 1847409.
HSL color Cylindrical-coordinate representation of color #71301C: hue angle of 14.12º 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 #71301C is Cyan = 0, Magento = 0.58, Yellow = 0.75 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 48 | 28 | - |
| CMYK | 0 | 0.58 | 0.75 | 0.56 |
| HSL | 14.12º | 0.6% | 0.28% | - |
| HSV(B) | 14.12º | 0.75% | 0.44% | - |
| XYZ | 8.08 | 5.71 | 1.77 | - |
| YUV | 65.16 | 107.03 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 48 | 28 | 0 | 0.58 | 0.75 | 0.56 | 14.12 | 0.6 | 0.28 |
| Hex | 71 | 30 | 1C | 0 | 3A | 4B | 38 | E | 3C | 1C |
| Octal | 161 | 60 | 34 | 0 | 72 | 113 | 70 | 16 | 74 | 34 |
| Binary | 1110001 | 110000 | 11100 | 0 | 111010 | 1001011 | 111000 | 1110 | 111100 | 11100 |
Color Harmonies of #71301C
Complementary color
Monochromatic Colors of #71301C
Black with #71301C
Text Example
Text Example
White with #71301C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71301C; }
p { color: rgb(113,48,28); }
H1.HeaderClassName
{
color: #71301C;
}
.AnyTagClassName
{
color: #71301C;
}
</style>
background-color css
<style>
a { background-color: #71301C; }
a { background-color: rgb(113,48,28); }
div.DivClassName
{
background-color: #71301C;
}
.BgClassName
{
background-color: #71301C;
}
</style>
border-color css
<style>
span { border-color: #71301C; }
span { border-color: rgb(113,48,28); }
td.TdClassName
{
border-color: #71301C;
}
.TagClassName
{
border-color: #71301C;
}
</style>