Shades of Pueblo #79301A
Tints of Pueblo #79301A
RGB
CMYK
RGB Variations
Color information
#79301A (or 0x79301A) is known color: Pueblo. HEX triplet: 79, 30 and 1A. RGB value is (121,48,26). Sum of RGB (Red+Green+Blue) = 121+48+26=195 (25% of max value = 765). Red value is 121 (47.66% from 255 or 62.05% from 195); Green value is 48 (19.14% from 255 or 24.62% from 195); Blue value is 26 (10.55% from 255 or 13.33% from 195); Max value from RGB is 121 - color contains mainly: red. Hex color #79301A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79301A is #86CFE5. Grayscale: #434343. Windows color (decimal): -8835046 or 1716345. OLE color: 1716345.
HSL color Cylindrical-coordinate representation of color #79301A: hue angle of 13.89º 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 #79301A is Cyan = 0, Magento = 0.60, Yellow = 0.79 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 48 | 26 | - |
| CMYK | 0 | 0.60 | 0.79 | 0.53 |
| HSL | 13.89º | 0.65% | 0.29% | - |
| HSV(B) | 13.89º | 0.79% | 0.47% | - |
| XYZ | 9.13 | 6.25 | 1.7 | - |
| YUV | 67.32 | 104.68 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 48 | 26 | 0 | 0.60 | 0.79 | 0.53 | 13.89 | 0.65 | 0.29 |
| Hex | 79 | 30 | 1A | 0 | 3C | 4F | 35 | E | 41 | 1D |
| Octal | 171 | 60 | 32 | 0 | 74 | 117 | 65 | 16 | 101 | 35 |
| Binary | 1111001 | 110000 | 11010 | 0 | 111100 | 1001111 | 110101 | 1110 | 1000001 | 11101 |
Color Harmonies of #79301A
Complementary color
Monochromatic Colors of #79301A
Black with #79301A
Text Example
Text Example
White with #79301A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79301A; }
p { color: rgb(121,48,26); }
H1.HeaderClassName
{
color: #79301A;
}
.AnyTagClassName
{
color: #79301A;
}
</style>
background-color css
<style>
a { background-color: #79301A; }
a { background-color: rgb(121,48,26); }
div.DivClassName
{
background-color: #79301A;
}
.BgClassName
{
background-color: #79301A;
}
</style>
border-color css
<style>
span { border-color: #79301A; }
span { border-color: rgb(121,48,26); }
td.TdClassName
{
border-color: #79301A;
}
.TagClassName
{
border-color: #79301A;
}
</style>