Shades of Pueblo #70291B
Tints of Pueblo #70291B
RGB
CMYK
RGB Variations
Color information
#70291B (or 0x70291B) is known color: Pueblo. HEX triplet: 70, 29 and 1B. RGB value is (112,41,27). Sum of RGB (Red+Green+Blue) = 112+41+27=180 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.22% from 180); Green value is 41 (16.41% from 255 or 22.78% from 180); Blue value is 27 (10.94% from 255 or 15% from 180); Max value from RGB is 112 - color contains mainly: red. Hex color #70291B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70291B is #8FD6E4. Grayscale: #3C3C3C. Windows color (decimal): -9426661 or 1780080. OLE color: 1780080.
HSL color Cylindrical-coordinate representation of color #70291B: hue angle of 9.88º 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 #70291B is Cyan = 0, Magento = 0.63, Yellow = 0.76 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 41 | 27 | - |
| CMYK | 0 | 0.63 | 0.76 | 0.56 |
| HSL | 9.88º | 0.61% | 0.27% | - |
| HSV(B) | 9.88º | 0.76% | 0.44% | - |
| XYZ | 7.67 | 5.11 | 1.62 | - |
| YUV | 60.63 | 109.02 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 41 | 27 | 0 | 0.63 | 0.76 | 0.56 | 9.88 | 0.61 | 0.27 |
| Hex | 70 | 29 | 1B | 0 | 3F | 4C | 38 | A | 3D | 1B |
| Octal | 160 | 51 | 33 | 0 | 77 | 114 | 70 | 12 | 75 | 33 |
| Binary | 1110000 | 101001 | 11011 | 0 | 111111 | 1001100 | 111000 | 1010 | 111101 | 11011 |
Color Harmonies of #70291B
Complementary color
Monochromatic Colors of #70291B
Black with #70291B
Text Example
Text Example
White with #70291B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70291B; }
p { color: rgb(112,41,27); }
H1.HeaderClassName
{
color: #70291B;
}
.AnyTagClassName
{
color: #70291B;
}
</style>
background-color css
<style>
a { background-color: #70291B; }
a { background-color: rgb(112,41,27); }
div.DivClassName
{
background-color: #70291B;
}
.BgClassName
{
background-color: #70291B;
}
</style>
border-color css
<style>
span { border-color: #70291B; }
span { border-color: rgb(112,41,27); }
td.TdClassName
{
border-color: #70291B;
}
.TagClassName
{
border-color: #70291B;
}
</style>