Shades of Pueblo #712F1B
Tints of Pueblo #712F1B
RGB
CMYK
RGB Variations
Color information
#712F1B (or 0x712F1B) is known color: Pueblo. HEX triplet: 71, 2F and 1B. RGB value is (113,47,27). Sum of RGB (Red+Green+Blue) = 113+47+27=187 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.43% from 187); Green value is 47 (18.75% from 255 or 25.13% from 187); Blue value is 27 (10.94% from 255 or 14.44% from 187); Max value from RGB is 113 - color contains mainly: red. Hex color #712F1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712F1B is #8ED0E4. Grayscale: #404040. Windows color (decimal): -9359589 or 1781617. OLE color: 1781617.
HSL color Cylindrical-coordinate representation of color #712F1B: hue angle of 13.95º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #712F1B is Cyan = 0, Magento = 0.58, Yellow = 0.76 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 47 | 27 | - |
| CMYK | 0 | 0.58 | 0.76 | 0.56 |
| HSL | 13.95º | 0.61% | 0.27% | - |
| HSV(B) | 13.95º | 0.76% | 0.44% | - |
| XYZ | 8.02 | 5.62 | 1.7 | - |
| YUV | 64.45 | 106.87 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 47 | 27 | 0 | 0.58 | 0.76 | 0.56 | 13.95 | 0.61 | 0.27 |
| Hex | 71 | 2F | 1B | 0 | 3A | 4C | 38 | E | 3D | 1B |
| Octal | 161 | 57 | 33 | 0 | 72 | 114 | 70 | 16 | 75 | 33 |
| Binary | 1110001 | 101111 | 11011 | 0 | 111010 | 1001100 | 111000 | 1110 | 111101 | 11011 |
Color Harmonies of #712F1B
Complementary color
Monochromatic Colors of #712F1B
Black with #712F1B
Text Example
Text Example
White with #712F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712F1B; }
p { color: rgb(113,47,27); }
H1.HeaderClassName
{
color: #712F1B;
}
.AnyTagClassName
{
color: #712F1B;
}
</style>
background-color css
<style>
a { background-color: #712F1B; }
a { background-color: rgb(113,47,27); }
div.DivClassName
{
background-color: #712F1B;
}
.BgClassName
{
background-color: #712F1B;
}
</style>
border-color css
<style>
span { border-color: #712F1B; }
span { border-color: rgb(113,47,27); }
td.TdClassName
{
border-color: #712F1B;
}
.TagClassName
{
border-color: #712F1B;
}
</style>