Shades of Pueblo #79321D
Tints of Pueblo #79321D
RGB
CMYK
RGB Variations
Color information
#79321D (or 0x79321D) is known color: Pueblo. HEX triplet: 79, 32 and 1D. RGB value is (121,50,29). Sum of RGB (Red+Green+Blue) = 121+50+29=200 (26% of max value = 765). Red value is 121 (47.66% from 255 or 60.5% from 200); Green value is 50 (19.92% from 255 or 25% from 200); Blue value is 29 (11.72% from 255 or 14.5% from 200); Max value from RGB is 121 - color contains mainly: red. Hex color #79321D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79321D is #86CDE2. Grayscale: #444444. Windows color (decimal): -8834531 or 1913465. OLE color: 1913465.
HSL color Cylindrical-coordinate representation of color #79321D: hue angle of 13.7º 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 #79321D is Cyan = 0, Magento = 0.59, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 50 | 29 | - |
| CMYK | 0 | 0.59 | 0.76 | 0.53 |
| HSL | 13.7º | 0.61% | 0.29% | - |
| HSV(B) | 13.7º | 0.76% | 0.47% | - |
| XYZ | 9.25 | 6.43 | 1.92 | - |
| YUV | 68.84 | 105.52 | 165.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 50 | 29 | 0 | 0.59 | 0.76 | 0.53 | 13.7 | 0.61 | 0.29 |
| Hex | 79 | 32 | 1D | 0 | 3B | 4C | 35 | E | 3D | 1D |
| Octal | 171 | 62 | 35 | 0 | 73 | 114 | 65 | 16 | 75 | 35 |
| Binary | 1111001 | 110010 | 11101 | 0 | 111011 | 1001100 | 110101 | 1110 | 111101 | 11101 |
Color Harmonies of #79321D
Complementary color
Monochromatic Colors of #79321D
Black with #79321D
Text Example
Text Example
White with #79321D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79321D; }
p { color: rgb(121,50,29); }
H1.HeaderClassName
{
color: #79321D;
}
.AnyTagClassName
{
color: #79321D;
}
</style>
background-color css
<style>
a { background-color: #79321D; }
a { background-color: rgb(121,50,29); }
div.DivClassName
{
background-color: #79321D;
}
.BgClassName
{
background-color: #79321D;
}
</style>
border-color css
<style>
span { border-color: #79321D; }
span { border-color: rgb(121,50,29); }
td.TdClassName
{
border-color: #79321D;
}
.TagClassName
{
border-color: #79321D;
}
</style>