Shades of Pueblo #702B21
Tints of Pueblo #702B21
RGB
CMYK
RGB Variations
Color information
#702B21 (or 0x702B21) is known color: Pueblo. HEX triplet: 70, 2B and 21. RGB value is (112,43,33). Sum of RGB (Red+Green+Blue) = 112+43+33=188 (24% of max value = 765). Red value is 112 (44.14% from 255 or 59.57% from 188); Green value is 43 (17.19% from 255 or 22.87% from 188); Blue value is 33 (13.28% from 255 or 17.55% from 188); Max value from RGB is 112 - color contains mainly: red. Hex color #702B21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702B21 is #8FD4DE. Grayscale: #3E3E3E. Windows color (decimal): -9426143 or 2173808. OLE color: 2173808.
HSL color Cylindrical-coordinate representation of color #702B21: hue angle of 7.59º 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 #702B21 is Cyan = 0, Magento = 0.62, Yellow = 0.71 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 43 | 33 | - |
| CMYK | 0 | 0.62 | 0.71 | 0.56 |
| HSL | 7.59º | 0.54% | 0.28% | - |
| HSV(B) | 7.59º | 0.71% | 0.44% | - |
| XYZ | 7.82 | 5.28 | 2.05 | - |
| YUV | 62.49 | 111.36 | 163.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 43 | 33 | 0 | 0.62 | 0.71 | 0.56 | 7.59 | 0.54 | 0.28 |
| Hex | 70 | 2B | 21 | 0 | 3E | 47 | 38 | 8 | 36 | 1C |
| Octal | 160 | 53 | 41 | 0 | 76 | 107 | 70 | 10 | 66 | 34 |
| Binary | 1110000 | 101011 | 100001 | 0 | 111110 | 1000111 | 111000 | 1000 | 110110 | 11100 |
Color Harmonies of #702B21
Complementary color
Monochromatic Colors of #702B21
Black with #702B21
Text Example
Text Example
White with #702B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702B21; }
p { color: rgb(112,43,33); }
H1.HeaderClassName
{
color: #702B21;
}
.AnyTagClassName
{
color: #702B21;
}
</style>
background-color css
<style>
a { background-color: #702B21; }
a { background-color: rgb(112,43,33); }
div.DivClassName
{
background-color: #702B21;
}
.BgClassName
{
background-color: #702B21;
}
</style>
border-color css
<style>
span { border-color: #702B21; }
span { border-color: rgb(112,43,33); }
td.TdClassName
{
border-color: #702B21;
}
.TagClassName
{
border-color: #702B21;
}
</style>