Shades of Pueblo #73291D
Tints of Pueblo #73291D
RGB
CMYK
RGB Variations
Color information
#73291D (or 0x73291D) is known color: Pueblo. HEX triplet: 73, 29 and 1D. RGB value is (115,41,29). Sum of RGB (Red+Green+Blue) = 115+41+29=185 (24% of max value = 765). Red value is 115 (45.31% from 255 or 62.16% from 185); Green value is 41 (16.41% from 255 or 22.16% from 185); Blue value is 29 (11.72% from 255 or 15.68% from 185); Max value from RGB is 115 - color contains mainly: red. Hex color #73291D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73291D is #8CD6E2. Grayscale: #3D3D3D. Windows color (decimal): -9230051 or 1911155. OLE color: 1911155.
HSL color Cylindrical-coordinate representation of color #73291D: hue angle of 8.37º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #73291D is Cyan = 0, Magento = 0.64, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 41 | 29 | - |
| CMYK | 0 | 0.64 | 0.75 | 0.55 |
| HSL | 8.37º | 0.6% | 0.28% | - |
| HSV(B) | 8.37º | 0.75% | 0.45% | - |
| XYZ | 8.08 | 5.32 | 1.76 | - |
| YUV | 61.76 | 109.52 | 165.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 41 | 29 | 0 | 0.64 | 0.75 | 0.55 | 8.37 | 0.6 | 0.28 |
| Hex | 73 | 29 | 1D | 0 | 40 | 4B | 37 | 8 | 3C | 1C |
| Octal | 163 | 51 | 35 | 0 | 100 | 113 | 67 | 10 | 74 | 34 |
| Binary | 1110011 | 101001 | 11101 | 0 | 1000000 | 1001011 | 110111 | 1000 | 111100 | 11100 |
Color Harmonies of #73291D
Complementary color
Monochromatic Colors of #73291D
Black with #73291D
Text Example
Text Example
White with #73291D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73291D; }
p { color: rgb(115,41,29); }
H1.HeaderClassName
{
color: #73291D;
}
.AnyTagClassName
{
color: #73291D;
}
</style>
background-color css
<style>
a { background-color: #73291D; }
a { background-color: rgb(115,41,29); }
div.DivClassName
{
background-color: #73291D;
}
.BgClassName
{
background-color: #73291D;
}
</style>
border-color css
<style>
span { border-color: #73291D; }
span { border-color: rgb(115,41,29); }
td.TdClassName
{
border-color: #73291D;
}
.TagClassName
{
border-color: #73291D;
}
</style>