Shades of Pueblo #722B1D
Tints of Pueblo #722B1D
RGB
CMYK
RGB Variations
Color information
#722B1D (or 0x722B1D) is known color: Pueblo. HEX triplet: 72, 2B and 1D. RGB value is (114,43,29). Sum of RGB (Red+Green+Blue) = 114+43+29=186 (24% of max value = 765). Red value is 114 (44.92% from 255 or 61.29% from 186); Green value is 43 (17.19% from 255 or 23.12% from 186); Blue value is 29 (11.72% from 255 or 15.59% from 186); Max value from RGB is 114 - color contains mainly: red. Hex color #722B1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722B1D is #8DD4E2. Grayscale: #3E3E3E. Windows color (decimal): -9295075 or 1911666. OLE color: 1911666.
HSL color Cylindrical-coordinate representation of color #722B1D: hue angle of 9.88º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #722B1D is Cyan = 0, Magento = 0.62, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 43 | 29 | - |
| CMYK | 0 | 0.62 | 0.75 | 0.55 |
| HSL | 9.88º | 0.59% | 0.28% | - |
| HSV(B) | 9.88º | 0.75% | 0.45% | - |
| XYZ | 8.03 | 5.39 | 1.78 | - |
| YUV | 62.63 | 109.02 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 43 | 29 | 0 | 0.62 | 0.75 | 0.55 | 9.88 | 0.59 | 0.28 |
| Hex | 72 | 2B | 1D | 0 | 3E | 4B | 37 | A | 3B | 1C |
| Octal | 162 | 53 | 35 | 0 | 76 | 113 | 67 | 12 | 73 | 34 |
| Binary | 1110010 | 101011 | 11101 | 0 | 111110 | 1001011 | 110111 | 1010 | 111011 | 11100 |
Color Harmonies of #722B1D
Complementary color
Monochromatic Colors of #722B1D
Black with #722B1D
Text Example
Text Example
White with #722B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722B1D; }
p { color: rgb(114,43,29); }
H1.HeaderClassName
{
color: #722B1D;
}
.AnyTagClassName
{
color: #722B1D;
}
</style>
background-color css
<style>
a { background-color: #722B1D; }
a { background-color: rgb(114,43,29); }
div.DivClassName
{
background-color: #722B1D;
}
.BgClassName
{
background-color: #722B1D;
}
</style>
border-color css
<style>
span { border-color: #722B1D; }
span { border-color: rgb(114,43,29); }
td.TdClassName
{
border-color: #722B1D;
}
.TagClassName
{
border-color: #722B1D;
}
</style>