Shades of Pueblo #70291F
Tints of Pueblo #70291F
RGB
CMYK
RGB Variations
Color information
#70291F (or 0x70291F) is known color: Pueblo. HEX triplet: 70, 29 and 1F. RGB value is (112,41,31). Sum of RGB (Red+Green+Blue) = 112+41+31=184 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.87% from 184); Green value is 41 (16.41% from 255 or 22.28% from 184); Blue value is 31 (12.5% from 255 or 16.85% from 184); Max value from RGB is 112 - color contains mainly: red. Hex color #70291F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70291F is #8FD6E0. Grayscale: #3D3D3D. Windows color (decimal): -9426657 or 2042224. OLE color: 2042224.
HSL color Cylindrical-coordinate representation of color #70291F: hue angle of 7.41º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #70291F is Cyan = 0, Magento = 0.63, Yellow = 0.72 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 41 | 31 | - |
| CMYK | 0 | 0.63 | 0.72 | 0.56 |
| HSL | 7.41º | 0.57% | 0.28% | - |
| HSV(B) | 7.41º | 0.72% | 0.44% | - |
| XYZ | 7.72 | 5.13 | 1.88 | - |
| YUV | 61.09 | 111.02 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 41 | 31 | 0 | 0.63 | 0.72 | 0.56 | 7.41 | 0.57 | 0.28 |
| Hex | 70 | 29 | 1F | 0 | 3F | 48 | 38 | 7 | 39 | 1C |
| Octal | 160 | 51 | 37 | 0 | 77 | 110 | 70 | 7 | 71 | 34 |
| Binary | 1110000 | 101001 | 11111 | 0 | 111111 | 1001000 | 111000 | 111 | 111001 | 11100 |
Color Harmonies of #70291F
Complementary color
Monochromatic Colors of #70291F
Black with #70291F
Text Example
Text Example
White with #70291F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70291F; }
p { color: rgb(112,41,31); }
H1.HeaderClassName
{
color: #70291F;
}
.AnyTagClassName
{
color: #70291F;
}
</style>
background-color css
<style>
a { background-color: #70291F; }
a { background-color: rgb(112,41,31); }
div.DivClassName
{
background-color: #70291F;
}
.BgClassName
{
background-color: #70291F;
}
</style>
border-color css
<style>
span { border-color: #70291F; }
span { border-color: rgb(112,41,31); }
td.TdClassName
{
border-color: #70291F;
}
.TagClassName
{
border-color: #70291F;
}
</style>