Shades of Pueblo #722C1D
Tints of Pueblo #722C1D
RGB
CMYK
RGB Variations
Color information
#722C1D (or 0x722C1D) is known color: Pueblo. HEX triplet: 72, 2C and 1D. RGB value is (114,44,29). Sum of RGB (Red+Green+Blue) = 114+44+29=187 (24% of max value = 765). Red value is 114 (44.92% from 255 or 60.96% from 187); Green value is 44 (17.58% from 255 or 23.53% from 187); Blue value is 29 (11.72% from 255 or 15.51% from 187); Max value from RGB is 114 - color contains mainly: red. Hex color #722C1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722C1D is #8DD3E2. Grayscale: #3F3F3F. Windows color (decimal): -9294819 or 1911922. OLE color: 1911922.
HSL color Cylindrical-coordinate representation of color #722C1D: hue angle of 10.59º 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 #722C1D is Cyan = 0, Magento = 0.61, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 44 | 29 | - |
| CMYK | 0 | 0.61 | 0.75 | 0.55 |
| HSL | 10.59º | 0.59% | 0.28% | - |
| HSV(B) | 10.59º | 0.75% | 0.45% | - |
| XYZ | 8.06 | 5.47 | 1.79 | - |
| YUV | 63.22 | 108.69 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 44 | 29 | 0 | 0.61 | 0.75 | 0.55 | 10.59 | 0.59 | 0.28 |
| Hex | 72 | 2C | 1D | 0 | 3D | 4B | 37 | B | 3B | 1C |
| Octal | 162 | 54 | 35 | 0 | 75 | 113 | 67 | 13 | 73 | 34 |
| Binary | 1110010 | 101100 | 11101 | 0 | 111101 | 1001011 | 110111 | 1011 | 111011 | 11100 |
Color Harmonies of #722C1D
Complementary color
Monochromatic Colors of #722C1D
Black with #722C1D
Text Example
Text Example
White with #722C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722C1D; }
p { color: rgb(114,44,29); }
H1.HeaderClassName
{
color: #722C1D;
}
.AnyTagClassName
{
color: #722C1D;
}
</style>
background-color css
<style>
a { background-color: #722C1D; }
a { background-color: rgb(114,44,29); }
div.DivClassName
{
background-color: #722C1D;
}
.BgClassName
{
background-color: #722C1D;
}
</style>
border-color css
<style>
span { border-color: #722C1D; }
span { border-color: rgb(114,44,29); }
td.TdClassName
{
border-color: #722C1D;
}
.TagClassName
{
border-color: #722C1D;
}
</style>