Shades of Pueblo #722D21
Tints of Pueblo #722D21
RGB
CMYK
RGB Variations
Color information
#722D21 (or 0x722D21) is known color: Pueblo. HEX triplet: 72, 2D and 21. RGB value is (114,45,33). Sum of RGB (Red+Green+Blue) = 114+45+33=192 (25% of max value = 765). Red value is 114 (44.92% from 255 or 59.38% from 192); Green value is 45 (17.97% from 255 or 23.44% from 192); Blue value is 33 (13.28% from 255 or 17.19% from 192); Max value from RGB is 114 - color contains mainly: red. Hex color #722D21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722D21 is #8DD2DE. Grayscale: #404040. Windows color (decimal): -9294559 or 2174322. OLE color: 2174322.
HSL color Cylindrical-coordinate representation of color #722D21: hue angle of 8.89º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #722D21 is Cyan = 0, Magento = 0.61, Yellow = 0.71 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 45 | 33 | - |
| CMYK | 0 | 0.61 | 0.71 | 0.55 |
| HSL | 8.89º | 0.55% | 0.29% | - |
| HSV(B) | 8.89º | 0.71% | 0.45% | - |
| XYZ | 8.15 | 5.56 | 2.08 | - |
| YUV | 64.26 | 110.36 | 163.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 45 | 33 | 0 | 0.61 | 0.71 | 0.55 | 8.89 | 0.55 | 0.29 |
| Hex | 72 | 2D | 21 | 0 | 3D | 47 | 37 | 9 | 37 | 1D |
| Octal | 162 | 55 | 41 | 0 | 75 | 107 | 67 | 11 | 67 | 35 |
| Binary | 1110010 | 101101 | 100001 | 0 | 111101 | 1000111 | 110111 | 1001 | 110111 | 11101 |
Color Harmonies of #722D21
Complementary color
Monochromatic Colors of #722D21
Black with #722D21
Text Example
Text Example
White with #722D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722D21; }
p { color: rgb(114,45,33); }
H1.HeaderClassName
{
color: #722D21;
}
.AnyTagClassName
{
color: #722D21;
}
</style>
background-color css
<style>
a { background-color: #722D21; }
a { background-color: rgb(114,45,33); }
div.DivClassName
{
background-color: #722D21;
}
.BgClassName
{
background-color: #722D21;
}
</style>
border-color css
<style>
span { border-color: #722D21; }
span { border-color: rgb(114,45,33); }
td.TdClassName
{
border-color: #722D21;
}
.TagClassName
{
border-color: #722D21;
}
</style>