Shades of Pueblo #7B2913
Tints of Pueblo #7B2913
RGB
CMYK
RGB Variations
Color information
#7B2913 (or 0x7B2913) is known color: Pueblo. HEX triplet: 7B, 29 and 13. RGB value is (123,41,19). Sum of RGB (Red+Green+Blue) = 123+41+19=183 (24% of max value = 765). Red value is 123 (48.44% from 255 or 67.21% from 183); Green value is 41 (16.41% from 255 or 22.40% from 183); Blue value is 19 (7.81% from 255 or 10.38% from 183); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2913 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B2913 is #84D6EC. Grayscale: #3F3F3F. Windows color (decimal): -8705773 or 1255803. OLE color: 1255803.
HSL color Cylindrical-coordinate representation of color #7B2913: hue angle of 12.69º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7B2913 is Cyan = 0, Magento = 0.67, Yellow = 0.85 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 41 | 19 | - |
| CMYK | 0 | 0.67 | 0.85 | 0.52 |
| HSL | 12.69º | 0.73% | 0.28% | - |
| HSV(B) | 12.69º | 0.85% | 0.48% | - |
| XYZ | 9.08 | 5.84 | 1.27 | - |
| YUV | 63.01 | 103.17 | 170.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 41 | 19 | 0 | 0.67 | 0.85 | 0.52 | 12.69 | 0.73 | 0.28 |
| Hex | 7B | 29 | 13 | 0 | 43 | 55 | 34 | D | 49 | 1C |
| Octal | 173 | 51 | 23 | 0 | 103 | 125 | 64 | 15 | 111 | 34 |
| Binary | 1111011 | 101001 | 10011 | 0 | 1000011 | 1010101 | 110100 | 1101 | 1001001 | 11100 |
Color Harmonies of #7B2913
Complementary color
Monochromatic Colors of #7B2913
Black with #7B2913
Text Example
Text Example
White with #7B2913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2913; }
p { color: rgb(123,41,19); }
H1.HeaderClassName
{
color: #7B2913;
}
.AnyTagClassName
{
color: #7B2913;
}
</style>
background-color css
<style>
a { background-color: #7B2913; }
a { background-color: rgb(123,41,19); }
div.DivClassName
{
background-color: #7B2913;
}
.BgClassName
{
background-color: #7B2913;
}
</style>
border-color css
<style>
span { border-color: #7B2913; }
span { border-color: rgb(123,41,19); }
td.TdClassName
{
border-color: #7B2913;
}
.TagClassName
{
border-color: #7B2913;
}
</style>