Shades of Pueblo #722C15
Tints of Pueblo #722C15
RGB
CMYK
RGB Variations
Color information
#722C15 (or 0x722C15) is known color: Pueblo. HEX triplet: 72, 2C and 15. RGB value is (114,44,21). Sum of RGB (Red+Green+Blue) = 114+44+21=179 (23% of max value = 765). Red value is 114 (44.92% from 255 or 63.69% from 179); Green value is 44 (17.58% from 255 or 24.58% from 179); Blue value is 21 (8.59% from 255 or 11.73% from 179); Max value from RGB is 114 - color contains mainly: red. Hex color #722C15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722C15 is #8DD3EA. Grayscale: #3E3E3E. Windows color (decimal): -9294827 or 1387634. OLE color: 1387634.
HSL color Cylindrical-coordinate representation of color #722C15: hue angle of 14.84º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #722C15 is Cyan = 0, Magento = 0.61, Yellow = 0.82 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 44 | 21 | - |
| CMYK | 0 | 0.61 | 0.82 | 0.55 |
| HSL | 14.84º | 0.69% | 0.26% | - |
| HSV(B) | 14.84º | 0.82% | 0.45% | - |
| XYZ | 7.98 | 5.43 | 1.34 | - |
| YUV | 62.31 | 104.69 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 44 | 21 | 0 | 0.61 | 0.82 | 0.55 | 14.84 | 0.69 | 0.26 |
| Hex | 72 | 2C | 15 | 0 | 3D | 52 | 37 | F | 45 | 1A |
| Octal | 162 | 54 | 25 | 0 | 75 | 122 | 67 | 17 | 105 | 32 |
| Binary | 1110010 | 101100 | 10101 | 0 | 111101 | 1010010 | 110111 | 1111 | 1000101 | 11010 |
Color Harmonies of #722C15
Complementary color
Monochromatic Colors of #722C15
Black with #722C15
Text Example
Text Example
White with #722C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722C15; }
p { color: rgb(114,44,21); }
H1.HeaderClassName
{
color: #722C15;
}
.AnyTagClassName
{
color: #722C15;
}
</style>
background-color css
<style>
a { background-color: #722C15; }
a { background-color: rgb(114,44,21); }
div.DivClassName
{
background-color: #722C15;
}
.BgClassName
{
background-color: #722C15;
}
</style>
border-color css
<style>
span { border-color: #722C15; }
span { border-color: rgb(114,44,21); }
td.TdClassName
{
border-color: #722C15;
}
.TagClassName
{
border-color: #722C15;
}
</style>