Shades of Pueblo #722E21
Tints of Pueblo #722E21
RGB
CMYK
RGB Variations
Color information
#722E21 (or 0x722E21) is known color: Pueblo. HEX triplet: 72, 2E and 21. RGB value is (114,46,33). Sum of RGB (Red+Green+Blue) = 114+46+33=193 (25% of max value = 765). Red value is 114 (44.92% from 255 or 59.07% from 193); Green value is 46 (18.36% from 255 or 23.83% from 193); Blue value is 33 (13.28% from 255 or 17.10% from 193); Max value from RGB is 114 - color contains mainly: red. Hex color #722E21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722E21 is #8DD1DE. Grayscale: #404040. Windows color (decimal): -9294303 or 2174578. OLE color: 2174578.
HSL color Cylindrical-coordinate representation of color #722E21: hue angle of 9.63º 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 #722E21 is Cyan = 0, Magento = 0.60, Yellow = 0.71 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 46 | 33 | - |
| CMYK | 0 | 0.60 | 0.71 | 0.55 |
| HSL | 9.63º | 0.55% | 0.29% | - |
| HSV(B) | 9.63º | 0.71% | 0.45% | - |
| XYZ | 8.19 | 5.64 | 2.1 | - |
| YUV | 64.85 | 110.03 | 163.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 46 | 33 | 0 | 0.60 | 0.71 | 0.55 | 9.63 | 0.55 | 0.29 |
| Hex | 72 | 2E | 21 | 0 | 3C | 47 | 37 | A | 37 | 1D |
| Octal | 162 | 56 | 41 | 0 | 74 | 107 | 67 | 12 | 67 | 35 |
| Binary | 1110010 | 101110 | 100001 | 0 | 111100 | 1000111 | 110111 | 1010 | 110111 | 11101 |
Color Harmonies of #722E21
Complementary color
Monochromatic Colors of #722E21
Black with #722E21
Text Example
Text Example
White with #722E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722E21; }
p { color: rgb(114,46,33); }
H1.HeaderClassName
{
color: #722E21;
}
.AnyTagClassName
{
color: #722E21;
}
</style>
background-color css
<style>
a { background-color: #722E21; }
a { background-color: rgb(114,46,33); }
div.DivClassName
{
background-color: #722E21;
}
.BgClassName
{
background-color: #722E21;
}
</style>
border-color css
<style>
span { border-color: #722E21; }
span { border-color: rgb(114,46,33); }
td.TdClassName
{
border-color: #722E21;
}
.TagClassName
{
border-color: #722E21;
}
</style>