Shades of Pueblo #79281A
Tints of Pueblo #79281A
RGB
CMYK
RGB Variations
Color information
#79281A (or 0x79281A) is known color: Pueblo. HEX triplet: 79, 28 and 1A. RGB value is (121,40,26). Sum of RGB (Red+Green+Blue) = 121+40+26=187 (24% of max value = 765). Red value is 121 (47.66% from 255 or 64.71% from 187); Green value is 40 (16.02% from 255 or 21.39% from 187); Blue value is 26 (10.55% from 255 or 13.90% from 187); Max value from RGB is 121 - color contains mainly: red. Hex color #79281A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79281A is #86D7E5. Grayscale: #3E3E3E. Windows color (decimal): -8837094 or 1714297. OLE color: 1714297.
HSL color Cylindrical-coordinate representation of color #79281A: hue angle of 8.84º 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 #79281A is Cyan = 0, Magento = 0.67, Yellow = 0.79 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 40 | 26 | - |
| CMYK | 0 | 0.67 | 0.79 | 0.53 |
| HSL | 8.84º | 0.65% | 0.29% | - |
| HSV(B) | 8.84º | 0.79% | 0.47% | - |
| XYZ | 8.83 | 5.66 | 1.6 | - |
| YUV | 62.62 | 107.34 | 169.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 40 | 26 | 0 | 0.67 | 0.79 | 0.53 | 8.84 | 0.65 | 0.29 |
| Hex | 79 | 28 | 1A | 0 | 43 | 4F | 35 | 9 | 41 | 1D |
| Octal | 171 | 50 | 32 | 0 | 103 | 117 | 65 | 11 | 101 | 35 |
| Binary | 1111001 | 101000 | 11010 | 0 | 1000011 | 1001111 | 110101 | 1001 | 1000001 | 11101 |
Color Harmonies of #79281A
Complementary color
Monochromatic Colors of #79281A
Black with #79281A
Text Example
Text Example
White with #79281A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79281A; }
p { color: rgb(121,40,26); }
H1.HeaderClassName
{
color: #79281A;
}
.AnyTagClassName
{
color: #79281A;
}
</style>
background-color css
<style>
a { background-color: #79281A; }
a { background-color: rgb(121,40,26); }
div.DivClassName
{
background-color: #79281A;
}
.BgClassName
{
background-color: #79281A;
}
</style>
border-color css
<style>
span { border-color: #79281A; }
span { border-color: rgb(121,40,26); }
td.TdClassName
{
border-color: #79281A;
}
.TagClassName
{
border-color: #79281A;
}
</style>