Shades of Pueblo #702A22
Tints of Pueblo #702A22
RGB
CMYK
RGB Variations
Color information
#702A22 (or 0x702A22) is known color: Pueblo. HEX triplet: 70, 2A and 22. RGB value is (112,42,34). Sum of RGB (Red+Green+Blue) = 112+42+34=188 (24% of max value = 765). Red value is 112 (44.14% from 255 or 59.57% from 188); Green value is 42 (16.80% from 255 or 22.34% from 188); Blue value is 34 (13.67% from 255 or 18.09% from 188); Max value from RGB is 112 - color contains mainly: red. Hex color #702A22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702A22 is #8FD5DD. Grayscale: #3E3E3E. Windows color (decimal): -9426398 or 2239088. OLE color: 2239088.
HSL color Cylindrical-coordinate representation of color #702A22: hue angle of 6.15º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #702A22 is Cyan = 0, Magento = 0.62, Yellow = 0.70 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 42 | 34 | - |
| CMYK | 0 | 0.62 | 0.70 | 0.56 |
| HSL | 6.15º | 0.53% | 0.29% | - |
| HSV(B) | 6.15º | 0.7% | 0.44% | - |
| XYZ | 7.8 | 5.22 | 2.11 | - |
| YUV | 62.02 | 112.19 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 42 | 34 | 0 | 0.62 | 0.70 | 0.56 | 6.15 | 0.53 | 0.29 |
| Hex | 70 | 2A | 22 | 0 | 3E | 46 | 38 | 6 | 35 | 1D |
| Octal | 160 | 52 | 42 | 0 | 76 | 106 | 70 | 6 | 65 | 35 |
| Binary | 1110000 | 101010 | 100010 | 0 | 111110 | 1000110 | 111000 | 110 | 110101 | 11101 |
Color Harmonies of #702A22
Complementary color
Monochromatic Colors of #702A22
Black with #702A22
Text Example
Text Example
White with #702A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702A22; }
p { color: rgb(112,42,34); }
H1.HeaderClassName
{
color: #702A22;
}
.AnyTagClassName
{
color: #702A22;
}
</style>
background-color css
<style>
a { background-color: #702A22; }
a { background-color: rgb(112,42,34); }
div.DivClassName
{
background-color: #702A22;
}
.BgClassName
{
background-color: #702A22;
}
</style>
border-color css
<style>
span { border-color: #702A22; }
span { border-color: rgb(112,42,34); }
td.TdClassName
{
border-color: #702A22;
}
.TagClassName
{
border-color: #702A22;
}
</style>