Shades of Pueblo #72311D
Tints of Pueblo #72311D
RGB
CMYK
RGB Variations
Color information
#72311D (or 0x72311D) is known color: Pueblo. HEX triplet: 72, 31 and 1D. RGB value is (114,49,29). Sum of RGB (Red+Green+Blue) = 114+49+29=192 (25% of max value = 765). Red value is 114 (44.92% from 255 or 59.38% from 192); Green value is 49 (19.53% from 255 or 25.52% from 192); Blue value is 29 (11.72% from 255 or 15.10% from 192); Max value from RGB is 114 - color contains mainly: red. Hex color #72311D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72311D is #8DCEE2. Grayscale: #424242. Windows color (decimal): -9293539 or 1913202. OLE color: 1913202.
HSL color Cylindrical-coordinate representation of color #72311D: hue angle of 14.12º 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 #72311D is Cyan = 0, Magento = 0.57, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 49 | 29 | - |
| CMYK | 0 | 0.57 | 0.75 | 0.55 |
| HSL | 14.12º | 0.59% | 0.28% | - |
| HSV(B) | 14.12º | 0.75% | 0.45% | - |
| XYZ | 8.26 | 5.86 | 1.86 | - |
| YUV | 66.16 | 107.03 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 49 | 29 | 0 | 0.57 | 0.75 | 0.55 | 14.12 | 0.59 | 0.28 |
| Hex | 72 | 31 | 1D | 0 | 39 | 4B | 37 | E | 3B | 1C |
| Octal | 162 | 61 | 35 | 0 | 71 | 113 | 67 | 16 | 73 | 34 |
| Binary | 1110010 | 110001 | 11101 | 0 | 111001 | 1001011 | 110111 | 1110 | 111011 | 11100 |
Color Harmonies of #72311D
Complementary color
Monochromatic Colors of #72311D
Black with #72311D
Text Example
Text Example
White with #72311D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72311D; }
p { color: rgb(114,49,29); }
H1.HeaderClassName
{
color: #72311D;
}
.AnyTagClassName
{
color: #72311D;
}
</style>
background-color css
<style>
a { background-color: #72311D; }
a { background-color: rgb(114,49,29); }
div.DivClassName
{
background-color: #72311D;
}
.BgClassName
{
background-color: #72311D;
}
</style>
border-color css
<style>
span { border-color: #72311D; }
span { border-color: rgb(114,49,29); }
td.TdClassName
{
border-color: #72311D;
}
.TagClassName
{
border-color: #72311D;
}
</style>