Shades of Pueblo #79291A
Tints of Pueblo #79291A
RGB
CMYK
RGB Variations
Color information
#79291A (or 0x79291A) is known color: Pueblo. HEX triplet: 79, 29 and 1A. RGB value is (121,41,26). Sum of RGB (Red+Green+Blue) = 121+41+26=188 (24% of max value = 765). Red value is 121 (47.66% from 255 or 64.36% from 188); Green value is 41 (16.41% from 255 or 21.81% from 188); Blue value is 26 (10.55% from 255 or 13.83% from 188); Max value from RGB is 121 - color contains mainly: red. Hex color #79291A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79291A is #86D6E5. Grayscale: #3F3F3F. Windows color (decimal): -8836838 or 1714553. OLE color: 1714553.
HSL color Cylindrical-coordinate representation of color #79291A: hue angle of 9.47º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #79291A is Cyan = 0, Magento = 0.66, Yellow = 0.79 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 41 | 26 | - |
| CMYK | 0 | 0.66 | 0.79 | 0.53 |
| HSL | 9.47º | 0.65% | 0.29% | - |
| HSV(B) | 9.47º | 0.79% | 0.47% | - |
| XYZ | 8.86 | 5.73 | 1.62 | - |
| YUV | 63.21 | 107 | 169.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 41 | 26 | 0 | 0.66 | 0.79 | 0.53 | 9.47 | 0.65 | 0.29 |
| Hex | 79 | 29 | 1A | 0 | 42 | 4F | 35 | 9 | 41 | 1D |
| Octal | 171 | 51 | 32 | 0 | 102 | 117 | 65 | 11 | 101 | 35 |
| Binary | 1111001 | 101001 | 11010 | 0 | 1000010 | 1001111 | 110101 | 1001 | 1000001 | 11101 |
Color Harmonies of #79291A
Complementary color
Monochromatic Colors of #79291A
Black with #79291A
Text Example
Text Example
White with #79291A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79291A; }
p { color: rgb(121,41,26); }
H1.HeaderClassName
{
color: #79291A;
}
.AnyTagClassName
{
color: #79291A;
}
</style>
background-color css
<style>
a { background-color: #79291A; }
a { background-color: rgb(121,41,26); }
div.DivClassName
{
background-color: #79291A;
}
.BgClassName
{
background-color: #79291A;
}
</style>
border-color css
<style>
span { border-color: #79291A; }
span { border-color: rgb(121,41,26); }
td.TdClassName
{
border-color: #79291A;
}
.TagClassName
{
border-color: #79291A;
}
</style>