Shades of Pueblo #792D1D
Tints of Pueblo #792D1D
RGB
CMYK
RGB Variations
Color information
#792D1D (or 0x792D1D) is known color: Pueblo. HEX triplet: 79, 2D and 1D. RGB value is (121,45,29). Sum of RGB (Red+Green+Blue) = 121+45+29=195 (25% of max value = 765). Red value is 121 (47.66% from 255 or 62.05% from 195); Green value is 45 (17.97% from 255 or 23.08% from 195); Blue value is 29 (11.72% from 255 or 14.87% from 195); Max value from RGB is 121 - color contains mainly: red. Hex color #792D1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #792D1D is #86D2E2. Grayscale: #424242. Windows color (decimal): -8835811 or 1912185. OLE color: 1912185.
HSL color Cylindrical-coordinate representation of color #792D1D: hue angle of 10.43º 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 #792D1D is Cyan = 0, Magento = 0.63, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 45 | 29 | - |
| CMYK | 0 | 0.63 | 0.76 | 0.53 |
| HSL | 10.43º | 0.61% | 0.29% | - |
| HSV(B) | 10.43º | 0.76% | 0.47% | - |
| XYZ | 9.05 | 6.03 | 1.85 | - |
| YUV | 65.9 | 107.18 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 45 | 29 | 0 | 0.63 | 0.76 | 0.53 | 10.43 | 0.61 | 0.29 |
| Hex | 79 | 2D | 1D | 0 | 3F | 4C | 35 | A | 3D | 1D |
| Octal | 171 | 55 | 35 | 0 | 77 | 114 | 65 | 12 | 75 | 35 |
| Binary | 1111001 | 101101 | 11101 | 0 | 111111 | 1001100 | 110101 | 1010 | 111101 | 11101 |
Color Harmonies of #792D1D
Complementary color
Monochromatic Colors of #792D1D
Black with #792D1D
Text Example
Text Example
White with #792D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792D1D; }
p { color: rgb(121,45,29); }
H1.HeaderClassName
{
color: #792D1D;
}
.AnyTagClassName
{
color: #792D1D;
}
</style>
background-color css
<style>
a { background-color: #792D1D; }
a { background-color: rgb(121,45,29); }
div.DivClassName
{
background-color: #792D1D;
}
.BgClassName
{
background-color: #792D1D;
}
</style>
border-color css
<style>
span { border-color: #792D1D; }
span { border-color: rgb(121,45,29); }
td.TdClassName
{
border-color: #792D1D;
}
.TagClassName
{
border-color: #792D1D;
}
</style>