Shades of Pueblo #79291D
Tints of Pueblo #79291D
RGB
CMYK
RGB Variations
Color information
#79291D (or 0x79291D) is known color: Pueblo. HEX triplet: 79, 29 and 1D. RGB value is (121,41,29). Sum of RGB (Red+Green+Blue) = 121+41+29=191 (25% of max value = 765). Red value is 121 (47.66% from 255 or 63.35% from 191); Green value is 41 (16.41% from 255 or 21.47% from 191); Blue value is 29 (11.72% from 255 or 15.18% from 191); Max value from RGB is 121 - color contains mainly: red. Hex color #79291D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79291D is #86D6E2. Grayscale: #3F3F3F. Windows color (decimal): -8836835 or 1911161. OLE color: 1911161.
HSL color Cylindrical-coordinate representation of color #79291D: hue angle of 7.83º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #79291D is Cyan = 0, Magento = 0.66, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 41 | 29 | - |
| CMYK | 0 | 0.66 | 0.76 | 0.53 |
| HSL | 7.83º | 0.61% | 0.29% | - |
| HSV(B) | 7.83º | 0.76% | 0.47% | - |
| XYZ | 8.9 | 5.74 | 1.8 | - |
| YUV | 63.55 | 108.5 | 168.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 41 | 29 | 0 | 0.66 | 0.76 | 0.53 | 7.83 | 0.61 | 0.29 |
| Hex | 79 | 29 | 1D | 0 | 42 | 4C | 35 | 8 | 3D | 1D |
| Octal | 171 | 51 | 35 | 0 | 102 | 114 | 65 | 10 | 75 | 35 |
| Binary | 1111001 | 101001 | 11101 | 0 | 1000010 | 1001100 | 110101 | 1000 | 111101 | 11101 |
Color Harmonies of #79291D
Complementary color
Monochromatic Colors of #79291D
Black with #79291D
Text Example
Text Example
White with #79291D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79291D; }
p { color: rgb(121,41,29); }
H1.HeaderClassName
{
color: #79291D;
}
.AnyTagClassName
{
color: #79291D;
}
</style>
background-color css
<style>
a { background-color: #79291D; }
a { background-color: rgb(121,41,29); }
div.DivClassName
{
background-color: #79291D;
}
.BgClassName
{
background-color: #79291D;
}
</style>
border-color css
<style>
span { border-color: #79291D; }
span { border-color: rgb(121,41,29); }
td.TdClassName
{
border-color: #79291D;
}
.TagClassName
{
border-color: #79291D;
}
</style>