Shades of Pueblo #722F26
Tints of Pueblo #722F26
RGB
CMYK
RGB Variations
Color information
#722F26 (or 0x722F26) is known color: Pueblo. HEX triplet: 72, 2F and 26. RGB value is (114,47,38). Sum of RGB (Red+Green+Blue) = 114+47+38=199 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.29% from 199); Green value is 47 (18.75% from 255 or 23.62% from 199); Blue value is 38 (15.23% from 255 or 19.10% from 199); Max value from RGB is 114 - color contains mainly: red. Hex color #722F26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722F26 is #8DD0D9. Grayscale: #424242. Windows color (decimal): -9294042 or 2502514. OLE color: 2502514.
HSL color Cylindrical-coordinate representation of color #722F26: hue angle of 7.11º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #722F26 is Cyan = 0, Magento = 0.59, Yellow = 0.67 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 47 | 38 | - |
| CMYK | 0 | 0.59 | 0.67 | 0.55 |
| HSL | 7.11º | 0.5% | 0.3% | - |
| HSV(B) | 7.11º | 0.67% | 0.45% | - |
| XYZ | 8.31 | 5.75 | 2.51 | - |
| YUV | 66.01 | 112.2 | 162.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 47 | 38 | 0 | 0.59 | 0.67 | 0.55 | 7.11 | 0.5 | 0.3 |
| Hex | 72 | 2F | 26 | 0 | 3B | 43 | 37 | 7 | 32 | 1E |
| Octal | 162 | 57 | 46 | 0 | 73 | 103 | 67 | 7 | 62 | 36 |
| Binary | 1110010 | 101111 | 100110 | 0 | 111011 | 1000011 | 110111 | 111 | 110010 | 11110 |
Color Harmonies of #722F26
Complementary color
Monochromatic Colors of #722F26
Black with #722F26
Text Example
Text Example
White with #722F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722F26; }
p { color: rgb(114,47,38); }
H1.HeaderClassName
{
color: #722F26;
}
.AnyTagClassName
{
color: #722F26;
}
</style>
background-color css
<style>
a { background-color: #722F26; }
a { background-color: rgb(114,47,38); }
div.DivClassName
{
background-color: #722F26;
}
.BgClassName
{
background-color: #722F26;
}
</style>
border-color css
<style>
span { border-color: #722F26; }
span { border-color: rgb(114,47,38); }
td.TdClassName
{
border-color: #722F26;
}
.TagClassName
{
border-color: #722F26;
}
</style>