Shades of Pueblo #72291C
Tints of Pueblo #72291C
RGB
CMYK
RGB Variations
Color information
#72291C (or 0x72291C) is known color: Pueblo. HEX triplet: 72, 29 and 1C. RGB value is (114,41,28). Sum of RGB (Red+Green+Blue) = 114+41+28=183 (24% of max value = 765). Red value is 114 (44.92% from 255 or 62.30% from 183); Green value is 41 (16.41% from 255 or 22.40% from 183); Blue value is 28 (11.33% from 255 or 15.30% from 183); Max value from RGB is 114 - color contains mainly: red. Hex color #72291C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72291C is #8DD6E3. Grayscale: #3D3D3D. Windows color (decimal): -9295588 or 1845618. OLE color: 1845618.
HSL color Cylindrical-coordinate representation of color #72291C: hue angle of 9.07º degrees, saturation: 0.61, 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 #72291C is Cyan = 0, Magento = 0.64, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 41 | 28 | - |
| CMYK | 0 | 0.64 | 0.75 | 0.55 |
| HSL | 9.07º | 0.61% | 0.28% | - |
| HSV(B) | 9.07º | 0.75% | 0.45% | - |
| XYZ | 7.94 | 5.25 | 1.69 | - |
| YUV | 61.35 | 109.18 | 165.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 41 | 28 | 0 | 0.64 | 0.75 | 0.55 | 9.07 | 0.61 | 0.28 |
| Hex | 72 | 29 | 1C | 0 | 40 | 4B | 37 | 9 | 3D | 1C |
| Octal | 162 | 51 | 34 | 0 | 100 | 113 | 67 | 11 | 75 | 34 |
| Binary | 1110010 | 101001 | 11100 | 0 | 1000000 | 1001011 | 110111 | 1001 | 111101 | 11100 |
Color Harmonies of #72291C
Complementary color
Monochromatic Colors of #72291C
Black with #72291C
Text Example
Text Example
White with #72291C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72291C; }
p { color: rgb(114,41,28); }
H1.HeaderClassName
{
color: #72291C;
}
.AnyTagClassName
{
color: #72291C;
}
</style>
background-color css
<style>
a { background-color: #72291C; }
a { background-color: rgb(114,41,28); }
div.DivClassName
{
background-color: #72291C;
}
.BgClassName
{
background-color: #72291C;
}
</style>
border-color css
<style>
span { border-color: #72291C; }
span { border-color: rgb(114,41,28); }
td.TdClassName
{
border-color: #72291C;
}
.TagClassName
{
border-color: #72291C;
}
</style>