Shades of Pueblo #73291F
Tints of Pueblo #73291F
RGB
CMYK
RGB Variations
Color information
#73291F (or 0x73291F) is known color: Pueblo. HEX triplet: 73, 29 and 1F. RGB value is (115,41,31). Sum of RGB (Red+Green+Blue) = 115+41+31=187 (24% of max value = 765). Red value is 115 (45.31% from 255 or 61.50% from 187); Green value is 41 (16.41% from 255 or 21.93% from 187); Blue value is 31 (12.5% from 255 or 16.58% from 187); Max value from RGB is 115 - color contains mainly: red. Hex color #73291F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73291F is #8CD6E0. Grayscale: #3E3E3E. Windows color (decimal): -9230049 or 2042227. OLE color: 2042227.
HSL color Cylindrical-coordinate representation of color #73291F: hue angle of 7.14º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #73291F is Cyan = 0, Magento = 0.64, Yellow = 0.73 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 41 | 31 | - |
| CMYK | 0 | 0.64 | 0.73 | 0.55 |
| HSL | 7.14º | 0.58% | 0.29% | - |
| HSV(B) | 7.14º | 0.73% | 0.45% | - |
| XYZ | 8.11 | 5.33 | 1.9 | - |
| YUV | 61.99 | 110.52 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 41 | 31 | 0 | 0.64 | 0.73 | 0.55 | 7.14 | 0.58 | 0.29 |
| Hex | 73 | 29 | 1F | 0 | 40 | 49 | 37 | 7 | 3A | 1D |
| Octal | 163 | 51 | 37 | 0 | 100 | 111 | 67 | 7 | 72 | 35 |
| Binary | 1110011 | 101001 | 11111 | 0 | 1000000 | 1001001 | 110111 | 111 | 111010 | 11101 |
Color Harmonies of #73291F
Complementary color
Monochromatic Colors of #73291F
Black with #73291F
Text Example
Text Example
White with #73291F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73291F; }
p { color: rgb(115,41,31); }
H1.HeaderClassName
{
color: #73291F;
}
.AnyTagClassName
{
color: #73291F;
}
</style>
background-color css
<style>
a { background-color: #73291F; }
a { background-color: rgb(115,41,31); }
div.DivClassName
{
background-color: #73291F;
}
.BgClassName
{
background-color: #73291F;
}
</style>
border-color css
<style>
span { border-color: #73291F; }
span { border-color: rgb(115,41,31); }
td.TdClassName
{
border-color: #73291F;
}
.TagClassName
{
border-color: #73291F;
}
</style>