Shades of Pueblo #702A21
Tints of Pueblo #702A21
RGB
CMYK
RGB Variations
Color information
#702A21 (or 0x702A21) is known color: Pueblo. HEX triplet: 70, 2A and 21. RGB value is (112,42,33). Sum of RGB (Red+Green+Blue) = 112+42+33=187 (24% of max value = 765). Red value is 112 (44.14% from 255 or 59.89% from 187); Green value is 42 (16.80% from 255 or 22.46% from 187); Blue value is 33 (13.28% from 255 or 17.65% from 187); Max value from RGB is 112 - color contains mainly: red. Hex color #702A21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702A21 is #8FD5DE. Grayscale: #3E3E3E. Windows color (decimal): -9426399 or 2173552. OLE color: 2173552.
HSL color Cylindrical-coordinate representation of color #702A21: hue angle of 6.84º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #702A21 is Cyan = 0, Magento = 0.62, Yellow = 0.71 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 42 | 33 | - |
| CMYK | 0 | 0.62 | 0.71 | 0.56 |
| HSL | 6.84º | 0.54% | 0.28% | - |
| HSV(B) | 6.84º | 0.71% | 0.44% | - |
| XYZ | 7.78 | 5.21 | 2.03 | - |
| YUV | 61.9 | 111.69 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 42 | 33 | 0 | 0.62 | 0.71 | 0.56 | 6.84 | 0.54 | 0.28 |
| Hex | 70 | 2A | 21 | 0 | 3E | 47 | 38 | 7 | 36 | 1C |
| Octal | 160 | 52 | 41 | 0 | 76 | 107 | 70 | 7 | 66 | 34 |
| Binary | 1110000 | 101010 | 100001 | 0 | 111110 | 1000111 | 111000 | 111 | 110110 | 11100 |
Color Harmonies of #702A21
Complementary color
Monochromatic Colors of #702A21
Black with #702A21
Text Example
Text Example
White with #702A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702A21; }
p { color: rgb(112,42,33); }
H1.HeaderClassName
{
color: #702A21;
}
.AnyTagClassName
{
color: #702A21;
}
</style>
background-color css
<style>
a { background-color: #702A21; }
a { background-color: rgb(112,42,33); }
div.DivClassName
{
background-color: #702A21;
}
.BgClassName
{
background-color: #702A21;
}
</style>
border-color css
<style>
span { border-color: #702A21; }
span { border-color: rgb(112,42,33); }
td.TdClassName
{
border-color: #702A21;
}
.TagClassName
{
border-color: #702A21;
}
</style>