Shades of Pueblo #792B14
Tints of Pueblo #792B14
RGB
CMYK
RGB Variations
Color information
#792B14 (or 0x792B14) is known color: Pueblo. HEX triplet: 79, 2B and 14. RGB value is (121,43,20). Sum of RGB (Red+Green+Blue) = 121+43+20=184 (24% of max value = 765). Red value is 121 (47.66% from 255 or 65.76% from 184); Green value is 43 (17.19% from 255 or 23.37% from 184); Blue value is 20 (8.20% from 255 or 10.87% from 184); Max value from RGB is 121 - color contains mainly: red. Hex color #792B14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #792B14 is #86D4EB. Grayscale: #3F3F3F. Windows color (decimal): -8836332 or 1321849. OLE color: 1321849.
HSL color Cylindrical-coordinate representation of color #792B14: hue angle of 13.66º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #792B14 is Cyan = 0, Magento = 0.64, Yellow = 0.83 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 43 | 20 | - |
| CMYK | 0 | 0.64 | 0.83 | 0.53 |
| HSL | 13.66º | 0.72% | 0.28% | - |
| HSV(B) | 13.66º | 0.83% | 0.47% | - |
| XYZ | 8.88 | 5.84 | 1.32 | - |
| YUV | 63.7 | 103.34 | 168.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 43 | 20 | 0 | 0.64 | 0.83 | 0.53 | 13.66 | 0.72 | 0.28 |
| Hex | 79 | 2B | 14 | 0 | 40 | 53 | 35 | E | 48 | 1C |
| Octal | 171 | 53 | 24 | 0 | 100 | 123 | 65 | 16 | 110 | 34 |
| Binary | 1111001 | 101011 | 10100 | 0 | 1000000 | 1010011 | 110101 | 1110 | 1001000 | 11100 |
Color Harmonies of #792B14
Complementary color
Monochromatic Colors of #792B14
Black with #792B14
Text Example
Text Example
White with #792B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792B14; }
p { color: rgb(121,43,20); }
H1.HeaderClassName
{
color: #792B14;
}
.AnyTagClassName
{
color: #792B14;
}
</style>
background-color css
<style>
a { background-color: #792B14; }
a { background-color: rgb(121,43,20); }
div.DivClassName
{
background-color: #792B14;
}
.BgClassName
{
background-color: #792B14;
}
</style>
border-color css
<style>
span { border-color: #792B14; }
span { border-color: rgb(121,43,20); }
td.TdClassName
{
border-color: #792B14;
}
.TagClassName
{
border-color: #792B14;
}
</style>