Shades of Pueblo #71301A
Tints of Pueblo #71301A
RGB
CMYK
RGB Variations
Color information
#71301A (or 0x71301A) is known color: Pueblo. HEX triplet: 71, 30 and 1A. RGB value is (113,48,26). Sum of RGB (Red+Green+Blue) = 113+48+26=187 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.43% from 187); Green value is 48 (19.14% from 255 or 25.67% from 187); Blue value is 26 (10.55% from 255 or 13.90% from 187); Max value from RGB is 113 - color contains mainly: red. Hex color #71301A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71301A is #8ECFE5. Grayscale: #414141. Windows color (decimal): -9359334 or 1716337. OLE color: 1716337.
HSL color Cylindrical-coordinate representation of color #71301A: hue angle of 15.17º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #71301A is Cyan = 0, Magento = 0.58, Yellow = 0.77 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 48 | 26 | - |
| CMYK | 0 | 0.58 | 0.77 | 0.56 |
| HSL | 15.17º | 0.63% | 0.27% | - |
| HSV(B) | 15.17º | 0.77% | 0.44% | - |
| XYZ | 8.05 | 5.7 | 1.65 | - |
| YUV | 64.93 | 106.03 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 48 | 26 | 0 | 0.58 | 0.77 | 0.56 | 15.17 | 0.63 | 0.27 |
| Hex | 71 | 30 | 1A | 0 | 3A | 4D | 38 | F | 3F | 1B |
| Octal | 161 | 60 | 32 | 0 | 72 | 115 | 70 | 17 | 77 | 33 |
| Binary | 1110001 | 110000 | 11010 | 0 | 111010 | 1001101 | 111000 | 1111 | 111111 | 11011 |
Color Harmonies of #71301A
Complementary color
Monochromatic Colors of #71301A
Black with #71301A
Text Example
Text Example
White with #71301A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71301A; }
p { color: rgb(113,48,26); }
H1.HeaderClassName
{
color: #71301A;
}
.AnyTagClassName
{
color: #71301A;
}
</style>
background-color css
<style>
a { background-color: #71301A; }
a { background-color: rgb(113,48,26); }
div.DivClassName
{
background-color: #71301A;
}
.BgClassName
{
background-color: #71301A;
}
</style>
border-color css
<style>
span { border-color: #71301A; }
span { border-color: rgb(113,48,26); }
td.TdClassName
{
border-color: #71301A;
}
.TagClassName
{
border-color: #71301A;
}
</style>