Shades of Pueblo #792F1D
Tints of Pueblo #792F1D
RGB
CMYK
RGB Variations
Color information
#792F1D (or 0x792F1D) is known color: Pueblo. HEX triplet: 79, 2F and 1D. RGB value is (121,47,29). Sum of RGB (Red+Green+Blue) = 121+47+29=197 (26% of max value = 765). Red value is 121 (47.66% from 255 or 61.42% from 197); Green value is 47 (18.75% from 255 or 23.86% from 197); Blue value is 29 (11.72% from 255 or 14.72% from 197); Max value from RGB is 121 - color contains mainly: red. Hex color #792F1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #792F1D is #86D0E2. Grayscale: #434343. Windows color (decimal): -8835299 or 1912697. OLE color: 1912697.
HSL color Cylindrical-coordinate representation of color #792F1D: hue angle of 11.74º 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 #792F1D is Cyan = 0, Magento = 0.61, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 47 | 29 | - |
| CMYK | 0 | 0.61 | 0.76 | 0.53 |
| HSL | 11.74º | 0.61% | 0.29% | - |
| HSV(B) | 11.74º | 0.76% | 0.47% | - |
| XYZ | 9.12 | 6.19 | 1.88 | - |
| YUV | 67.07 | 106.52 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 47 | 29 | 0 | 0.61 | 0.76 | 0.53 | 11.74 | 0.61 | 0.29 |
| Hex | 79 | 2F | 1D | 0 | 3D | 4C | 35 | C | 3D | 1D |
| Octal | 171 | 57 | 35 | 0 | 75 | 114 | 65 | 14 | 75 | 35 |
| Binary | 1111001 | 101111 | 11101 | 0 | 111101 | 1001100 | 110101 | 1100 | 111101 | 11101 |
Color Harmonies of #792F1D
Complementary color
Monochromatic Colors of #792F1D
Black with #792F1D
Text Example
Text Example
White with #792F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792F1D; }
p { color: rgb(121,47,29); }
H1.HeaderClassName
{
color: #792F1D;
}
.AnyTagClassName
{
color: #792F1D;
}
</style>
background-color css
<style>
a { background-color: #792F1D; }
a { background-color: rgb(121,47,29); }
div.DivClassName
{
background-color: #792F1D;
}
.BgClassName
{
background-color: #792F1D;
}
</style>
border-color css
<style>
span { border-color: #792F1D; }
span { border-color: rgb(121,47,29); }
td.TdClassName
{
border-color: #792F1D;
}
.TagClassName
{
border-color: #792F1D;
}
</style>