Shades of Pueblo #722D23
Tints of Pueblo #722D23
RGB
CMYK
RGB Variations
Color information
#722D23 (or 0x722D23) is known color: Pueblo. HEX triplet: 72, 2D and 23. RGB value is (114,45,35). Sum of RGB (Red+Green+Blue) = 114+45+35=194 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.76% from 194); Green value is 45 (17.97% from 255 or 23.20% from 194); Blue value is 35 (14.06% from 255 or 18.04% from 194); Max value from RGB is 114 - color contains mainly: red. Hex color #722D23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722D23 is #8DD2DC. Grayscale: #404040. Windows color (decimal): -9294557 or 2305394. OLE color: 2305394.
HSL color Cylindrical-coordinate representation of color #722D23: hue angle of 7.59º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #722D23 is Cyan = 0, Magento = 0.61, Yellow = 0.69 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 45 | 35 | - |
| CMYK | 0 | 0.61 | 0.69 | 0.55 |
| HSL | 7.59º | 0.53% | 0.29% | - |
| HSV(B) | 7.59º | 0.69% | 0.45% | - |
| XYZ | 8.18 | 5.58 | 2.24 | - |
| YUV | 64.49 | 111.36 | 163.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 45 | 35 | 0 | 0.61 | 0.69 | 0.55 | 7.59 | 0.53 | 0.29 |
| Hex | 72 | 2D | 23 | 0 | 3D | 45 | 37 | 8 | 35 | 1D |
| Octal | 162 | 55 | 43 | 0 | 75 | 105 | 67 | 10 | 65 | 35 |
| Binary | 1110010 | 101101 | 100011 | 0 | 111101 | 1000101 | 110111 | 1000 | 110101 | 11101 |
Color Harmonies of #722D23
Complementary color
Monochromatic Colors of #722D23
Black with #722D23
Text Example
Text Example
White with #722D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722D23; }
p { color: rgb(114,45,35); }
H1.HeaderClassName
{
color: #722D23;
}
.AnyTagClassName
{
color: #722D23;
}
</style>
background-color css
<style>
a { background-color: #722D23; }
a { background-color: rgb(114,45,35); }
div.DivClassName
{
background-color: #722D23;
}
.BgClassName
{
background-color: #722D23;
}
</style>
border-color css
<style>
span { border-color: #722D23; }
span { border-color: rgb(114,45,35); }
td.TdClassName
{
border-color: #722D23;
}
.TagClassName
{
border-color: #722D23;
}
</style>