Shades of Pueblo #722B22
Tints of Pueblo #722B22
RGB
CMYK
RGB Variations
Color information
#722B22 (or 0x722B22) is known color: Pueblo. HEX triplet: 72, 2B and 22. RGB value is (114,43,34). Sum of RGB (Red+Green+Blue) = 114+43+34=191 (25% of max value = 765). Red value is 114 (44.92% from 255 or 59.69% from 191); Green value is 43 (17.19% from 255 or 22.51% from 191); Blue value is 34 (13.67% from 255 or 17.80% from 191); Max value from RGB is 114 - color contains mainly: red. Hex color #722B22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722B22 is #8DD4DD. Grayscale: #3F3F3F. Windows color (decimal): -9295070 or 2239346. OLE color: 2239346.
HSL color Cylindrical-coordinate representation of color #722B22: hue angle of 6.75º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #722B22 is Cyan = 0, Magento = 0.62, Yellow = 0.70 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 43 | 34 | - |
| CMYK | 0 | 0.62 | 0.70 | 0.55 |
| HSL | 6.75º | 0.54% | 0.29% | - |
| HSV(B) | 6.75º | 0.7% | 0.45% | - |
| XYZ | 8.09 | 5.42 | 2.13 | - |
| YUV | 63.2 | 111.52 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 43 | 34 | 0 | 0.62 | 0.70 | 0.55 | 6.75 | 0.54 | 0.29 |
| Hex | 72 | 2B | 22 | 0 | 3E | 46 | 37 | 7 | 36 | 1D |
| Octal | 162 | 53 | 42 | 0 | 76 | 106 | 67 | 7 | 66 | 35 |
| Binary | 1110010 | 101011 | 100010 | 0 | 111110 | 1000110 | 110111 | 111 | 110110 | 11101 |
Color Harmonies of #722B22
Complementary color
Monochromatic Colors of #722B22
Black with #722B22
Text Example
Text Example
White with #722B22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722B22; }
p { color: rgb(114,43,34); }
H1.HeaderClassName
{
color: #722B22;
}
.AnyTagClassName
{
color: #722B22;
}
</style>
background-color css
<style>
a { background-color: #722B22; }
a { background-color: rgb(114,43,34); }
div.DivClassName
{
background-color: #722B22;
}
.BgClassName
{
background-color: #722B22;
}
</style>
border-color css
<style>
span { border-color: #722B22; }
span { border-color: rgb(114,43,34); }
td.TdClassName
{
border-color: #722B22;
}
.TagClassName
{
border-color: #722B22;
}
</style>