Shades of Pueblo #73291C
Tints of Pueblo #73291C
RGB
CMYK
RGB Variations
Color information
#73291C (or 0x73291C) is known color: Pueblo. HEX triplet: 73, 29 and 1C. RGB value is (115,41,28). Sum of RGB (Red+Green+Blue) = 115+41+28=184 (24% of max value = 765). Red value is 115 (45.31% from 255 or 62.5% from 184); Green value is 41 (16.41% from 255 or 22.28% from 184); Blue value is 28 (11.33% from 255 or 15.22% from 184); Max value from RGB is 115 - color contains mainly: red. Hex color #73291C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73291C is #8CD6E3. Grayscale: #3D3D3D. Windows color (decimal): -9230052 or 1845619. OLE color: 1845619.
HSL color Cylindrical-coordinate representation of color #73291C: hue angle of 8.97º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #73291C is Cyan = 0, Magento = 0.64, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 41 | 28 | - |
| CMYK | 0 | 0.64 | 0.76 | 0.55 |
| HSL | 8.97º | 0.61% | 0.28% | - |
| HSV(B) | 8.97º | 0.76% | 0.45% | - |
| XYZ | 8.07 | 5.31 | 1.7 | - |
| YUV | 61.64 | 109.02 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 41 | 28 | 0 | 0.64 | 0.76 | 0.55 | 8.97 | 0.61 | 0.28 |
| Hex | 73 | 29 | 1C | 0 | 40 | 4C | 37 | 9 | 3D | 1C |
| Octal | 163 | 51 | 34 | 0 | 100 | 114 | 67 | 11 | 75 | 34 |
| Binary | 1110011 | 101001 | 11100 | 0 | 1000000 | 1001100 | 110111 | 1001 | 111101 | 11100 |
Color Harmonies of #73291C
Complementary color
Monochromatic Colors of #73291C
Black with #73291C
Text Example
Text Example
White with #73291C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73291C; }
p { color: rgb(115,41,28); }
H1.HeaderClassName
{
color: #73291C;
}
.AnyTagClassName
{
color: #73291C;
}
</style>
background-color css
<style>
a { background-color: #73291C; }
a { background-color: rgb(115,41,28); }
div.DivClassName
{
background-color: #73291C;
}
.BgClassName
{
background-color: #73291C;
}
</style>
border-color css
<style>
span { border-color: #73291C; }
span { border-color: rgb(115,41,28); }
td.TdClassName
{
border-color: #73291C;
}
.TagClassName
{
border-color: #73291C;
}
</style>