Shades of Pueblo #722F24
Tints of Pueblo #722F24
RGB
CMYK
RGB Variations
Color information
#722F24 (or 0x722F24) is known color: Pueblo. HEX triplet: 72, 2F and 24. RGB value is (114,47,36). Sum of RGB (Red+Green+Blue) = 114+47+36=197 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.87% from 197); Green value is 47 (18.75% from 255 or 23.86% from 197); Blue value is 36 (14.45% from 255 or 18.27% from 197); Max value from RGB is 114 - color contains mainly: red. Hex color #722F24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722F24 is #8DD0DB. Grayscale: #414141. Windows color (decimal): -9294044 or 2371442. OLE color: 2371442.
HSL color Cylindrical-coordinate representation of color #722F24: hue angle of 8.46º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #722F24 is Cyan = 0, Magento = 0.59, Yellow = 0.68 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 47 | 36 | - |
| CMYK | 0 | 0.59 | 0.68 | 0.55 |
| HSL | 8.46º | 0.52% | 0.29% | - |
| HSV(B) | 8.46º | 0.68% | 0.45% | - |
| XYZ | 8.27 | 5.74 | 2.34 | - |
| YUV | 65.78 | 111.2 | 162.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 47 | 36 | 0 | 0.59 | 0.68 | 0.55 | 8.46 | 0.52 | 0.29 |
| Hex | 72 | 2F | 24 | 0 | 3B | 44 | 37 | 8 | 34 | 1D |
| Octal | 162 | 57 | 44 | 0 | 73 | 104 | 67 | 10 | 64 | 35 |
| Binary | 1110010 | 101111 | 100100 | 0 | 111011 | 1000100 | 110111 | 1000 | 110100 | 11101 |
Color Harmonies of #722F24
Complementary color
Monochromatic Colors of #722F24
Black with #722F24
Text Example
Text Example
White with #722F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722F24; }
p { color: rgb(114,47,36); }
H1.HeaderClassName
{
color: #722F24;
}
.AnyTagClassName
{
color: #722F24;
}
</style>
background-color css
<style>
a { background-color: #722F24; }
a { background-color: rgb(114,47,36); }
div.DivClassName
{
background-color: #722F24;
}
.BgClassName
{
background-color: #722F24;
}
</style>
border-color css
<style>
span { border-color: #722F24; }
span { border-color: rgb(114,47,36); }
td.TdClassName
{
border-color: #722F24;
}
.TagClassName
{
border-color: #722F24;
}
</style>