Shades of Pueblo #702D21
Tints of Pueblo #702D21
RGB
CMYK
RGB Variations
Color information
#702D21 (or 0x702D21) is known color: Pueblo. HEX triplet: 70, 2D and 21. RGB value is (112,45,33). Sum of RGB (Red+Green+Blue) = 112+45+33=190 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.95% from 190); Green value is 45 (17.97% from 255 or 23.68% from 190); Blue value is 33 (13.28% from 255 or 17.37% from 190); Max value from RGB is 112 - color contains mainly: red. Hex color #702D21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702D21 is #8FD2DE. Grayscale: #3F3F3F. Windows color (decimal): -9425631 or 2174320. OLE color: 2174320.
HSL color Cylindrical-coordinate representation of color #702D21: hue angle of 9.11º 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 #702D21 is Cyan = 0, Magento = 0.60, Yellow = 0.71 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 45 | 33 | - |
| CMYK | 0 | 0.60 | 0.71 | 0.56 |
| HSL | 9.11º | 0.54% | 0.28% | - |
| HSV(B) | 9.11º | 0.71% | 0.44% | - |
| XYZ | 7.89 | 5.43 | 2.07 | - |
| YUV | 63.67 | 110.7 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 45 | 33 | 0 | 0.60 | 0.71 | 0.56 | 9.11 | 0.54 | 0.28 |
| Hex | 70 | 2D | 21 | 0 | 3C | 47 | 38 | 9 | 36 | 1C |
| Octal | 160 | 55 | 41 | 0 | 74 | 107 | 70 | 11 | 66 | 34 |
| Binary | 1110000 | 101101 | 100001 | 0 | 111100 | 1000111 | 111000 | 1001 | 110110 | 11100 |
Color Harmonies of #702D21
Complementary color
Monochromatic Colors of #702D21
Black with #702D21
Text Example
Text Example
White with #702D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702D21; }
p { color: rgb(112,45,33); }
H1.HeaderClassName
{
color: #702D21;
}
.AnyTagClassName
{
color: #702D21;
}
</style>
background-color css
<style>
a { background-color: #702D21; }
a { background-color: rgb(112,45,33); }
div.DivClassName
{
background-color: #702D21;
}
.BgClassName
{
background-color: #702D21;
}
</style>
border-color css
<style>
span { border-color: #702D21; }
span { border-color: rgb(112,45,33); }
td.TdClassName
{
border-color: #702D21;
}
.TagClassName
{
border-color: #702D21;
}
</style>