Shades of Pueblo #722E1B
Tints of Pueblo #722E1B
RGB
CMYK
RGB Variations
Color information
#722E1B (or 0x722E1B) is known color: Pueblo. HEX triplet: 72, 2E and 1B. RGB value is (114,46,27). Sum of RGB (Red+Green+Blue) = 114+46+27=187 (24% of max value = 765). Red value is 114 (44.92% from 255 or 60.96% from 187); Green value is 46 (18.36% from 255 or 24.60% from 187); Blue value is 27 (10.94% from 255 or 14.44% from 187); Max value from RGB is 114 - color contains mainly: red. Hex color #722E1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722E1B is #8DD1E4. Grayscale: #404040. Windows color (decimal): -9294309 or 1781362. OLE color: 1781362.
HSL color Cylindrical-coordinate representation of color #722E1B: hue angle of 13.1º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #722E1B is Cyan = 0, Magento = 0.60, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 46 | 27 | - |
| CMYK | 0 | 0.60 | 0.76 | 0.55 |
| HSL | 13.1º | 0.62% | 0.28% | - |
| HSV(B) | 13.1º | 0.76% | 0.45% | - |
| XYZ | 8.11 | 5.61 | 1.69 | - |
| YUV | 64.17 | 107.03 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 46 | 27 | 0 | 0.60 | 0.76 | 0.55 | 13.1 | 0.62 | 0.28 |
| Hex | 72 | 2E | 1B | 0 | 3C | 4C | 37 | D | 3E | 1C |
| Octal | 162 | 56 | 33 | 0 | 74 | 114 | 67 | 15 | 76 | 34 |
| Binary | 1110010 | 101110 | 11011 | 0 | 111100 | 1001100 | 110111 | 1101 | 111110 | 11100 |
Color Harmonies of #722E1B
Complementary color
Monochromatic Colors of #722E1B
Black with #722E1B
Text Example
Text Example
White with #722E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722E1B; }
p { color: rgb(114,46,27); }
H1.HeaderClassName
{
color: #722E1B;
}
.AnyTagClassName
{
color: #722E1B;
}
</style>
background-color css
<style>
a { background-color: #722E1B; }
a { background-color: rgb(114,46,27); }
div.DivClassName
{
background-color: #722E1B;
}
.BgClassName
{
background-color: #722E1B;
}
</style>
border-color css
<style>
span { border-color: #722E1B; }
span { border-color: rgb(114,46,27); }
td.TdClassName
{
border-color: #722E1B;
}
.TagClassName
{
border-color: #722E1B;
}
</style>