Shades of Pueblo #792A1C
Tints of Pueblo #792A1C
RGB
CMYK
RGB Variations
Color information
#792A1C (or 0x792A1C) is known color: Pueblo. HEX triplet: 79, 2A and 1C. RGB value is (121,42,28). Sum of RGB (Red+Green+Blue) = 121+42+28=191 (25% of max value = 765). Red value is 121 (47.66% from 255 or 63.35% from 191); Green value is 42 (16.80% from 255 or 21.99% from 191); Blue value is 28 (11.33% from 255 or 14.66% from 191); Max value from RGB is 121 - color contains mainly: red. Hex color #792A1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #792A1C is #86D5E3. Grayscale: #404040. Windows color (decimal): -8836580 or 1845881. OLE color: 1845881.
HSL color Cylindrical-coordinate representation of color #792A1C: hue angle of 9.03º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #792A1C is Cyan = 0, Magento = 0.65, Yellow = 0.77 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 42 | 28 | - |
| CMYK | 0 | 0.65 | 0.77 | 0.53 |
| HSL | 9.03º | 0.62% | 0.29% | - |
| HSV(B) | 9.03º | 0.77% | 0.47% | - |
| XYZ | 8.92 | 5.8 | 1.75 | - |
| YUV | 64.03 | 107.67 | 168.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 42 | 28 | 0 | 0.65 | 0.77 | 0.53 | 9.03 | 0.62 | 0.29 |
| Hex | 79 | 2A | 1C | 0 | 41 | 4D | 35 | 9 | 3E | 1D |
| Octal | 171 | 52 | 34 | 0 | 101 | 115 | 65 | 11 | 76 | 35 |
| Binary | 1111001 | 101010 | 11100 | 0 | 1000001 | 1001101 | 110101 | 1001 | 111110 | 11101 |
Color Harmonies of #792A1C
Complementary color
Monochromatic Colors of #792A1C
Black with #792A1C
Text Example
Text Example
White with #792A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792A1C; }
p { color: rgb(121,42,28); }
H1.HeaderClassName
{
color: #792A1C;
}
.AnyTagClassName
{
color: #792A1C;
}
</style>
background-color css
<style>
a { background-color: #792A1C; }
a { background-color: rgb(121,42,28); }
div.DivClassName
{
background-color: #792A1C;
}
.BgClassName
{
background-color: #792A1C;
}
</style>
border-color css
<style>
span { border-color: #792A1C; }
span { border-color: rgb(121,42,28); }
td.TdClassName
{
border-color: #792A1C;
}
.TagClassName
{
border-color: #792A1C;
}
</style>