Shades of Pueblo #722E25
Tints of Pueblo #722E25
RGB
CMYK
RGB Variations
Color information
#722E25 (or 0x722E25) is known color: Pueblo. HEX triplet: 72, 2E and 25. RGB value is (114,46,37). Sum of RGB (Red+Green+Blue) = 114+46+37=197 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.87% from 197); Green value is 46 (18.36% from 255 or 23.35% from 197); Blue value is 37 (14.84% from 255 or 18.78% from 197); Max value from RGB is 114 - color contains mainly: red. Hex color #722E25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722E25 is #8DD1DA. Grayscale: #414141. Windows color (decimal): -9294299 or 2436722. OLE color: 2436722.
HSL color Cylindrical-coordinate representation of color #722E25: hue angle of 7.01º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #722E25 is Cyan = 0, Magento = 0.60, Yellow = 0.68 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 46 | 37 | - |
| CMYK | 0 | 0.60 | 0.68 | 0.55 |
| HSL | 7.01º | 0.51% | 0.3% | - |
| HSV(B) | 7.01º | 0.68% | 0.45% | - |
| XYZ | 8.25 | 5.66 | 2.41 | - |
| YUV | 65.31 | 112.03 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 46 | 37 | 0 | 0.60 | 0.68 | 0.55 | 7.01 | 0.51 | 0.3 |
| Hex | 72 | 2E | 25 | 0 | 3C | 44 | 37 | 7 | 33 | 1E |
| Octal | 162 | 56 | 45 | 0 | 74 | 104 | 67 | 7 | 63 | 36 |
| Binary | 1110010 | 101110 | 100101 | 0 | 111100 | 1000100 | 110111 | 111 | 110011 | 11110 |
Color Harmonies of #722E25
Complementary color
Monochromatic Colors of #722E25
Black with #722E25
Text Example
Text Example
White with #722E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722E25; }
p { color: rgb(114,46,37); }
H1.HeaderClassName
{
color: #722E25;
}
.AnyTagClassName
{
color: #722E25;
}
</style>
background-color css
<style>
a { background-color: #722E25; }
a { background-color: rgb(114,46,37); }
div.DivClassName
{
background-color: #722E25;
}
.BgClassName
{
background-color: #722E25;
}
</style>
border-color css
<style>
span { border-color: #722E25; }
span { border-color: rgb(114,46,37); }
td.TdClassName
{
border-color: #722E25;
}
.TagClassName
{
border-color: #722E25;
}
</style>