Shades of Pueblo #792B19
Tints of Pueblo #792B19
RGB
CMYK
RGB Variations
Color information
#792B19 (or 0x792B19) is known color: Pueblo. HEX triplet: 79, 2B and 19. RGB value is (121,43,25). Sum of RGB (Red+Green+Blue) = 121+43+25=189 (25% of max value = 765). Red value is 121 (47.66% from 255 or 64.02% from 189); Green value is 43 (17.19% from 255 or 22.75% from 189); Blue value is 25 (10.16% from 255 or 13.23% from 189); Max value from RGB is 121 - color contains mainly: red. Hex color #792B19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #792B19 is #86D4E6. Grayscale: #404040. Windows color (decimal): -8836327 or 1649529. OLE color: 1649529.
HSL color Cylindrical-coordinate representation of color #792B19: hue angle of 11.25º degrees, saturation: 0.66, 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 #792B19 is Cyan = 0, Magento = 0.64, Yellow = 0.79 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 43 | 25 | - |
| CMYK | 0 | 0.64 | 0.79 | 0.53 |
| HSL | 11.25º | 0.66% | 0.29% | - |
| HSV(B) | 11.25º | 0.79% | 0.47% | - |
| XYZ | 8.92 | 5.86 | 1.58 | - |
| YUV | 64.27 | 105.84 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 43 | 25 | 0 | 0.64 | 0.79 | 0.53 | 11.25 | 0.66 | 0.29 |
| Hex | 79 | 2B | 19 | 0 | 40 | 4F | 35 | B | 42 | 1D |
| Octal | 171 | 53 | 31 | 0 | 100 | 117 | 65 | 13 | 102 | 35 |
| Binary | 1111001 | 101011 | 11001 | 0 | 1000000 | 1001111 | 110101 | 1011 | 1000010 | 11101 |
Color Harmonies of #792B19
Complementary color
Monochromatic Colors of #792B19
Black with #792B19
Text Example
Text Example
White with #792B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792B19; }
p { color: rgb(121,43,25); }
H1.HeaderClassName
{
color: #792B19;
}
.AnyTagClassName
{
color: #792B19;
}
</style>
background-color css
<style>
a { background-color: #792B19; }
a { background-color: rgb(121,43,25); }
div.DivClassName
{
background-color: #792B19;
}
.BgClassName
{
background-color: #792B19;
}
</style>
border-color css
<style>
span { border-color: #792B19; }
span { border-color: rgb(121,43,25); }
td.TdClassName
{
border-color: #792B19;
}
.TagClassName
{
border-color: #792B19;
}
</style>