Shades of Pueblo #73291B
Tints of Pueblo #73291B
RGB
CMYK
RGB Variations
Color information
#73291B (or 0x73291B) is known color: Pueblo. HEX triplet: 73, 29 and 1B. RGB value is (115,41,27). Sum of RGB (Red+Green+Blue) = 115+41+27=183 (24% of max value = 765). Red value is 115 (45.31% from 255 or 62.84% from 183); Green value is 41 (16.41% from 255 or 22.40% from 183); Blue value is 27 (10.94% from 255 or 14.75% from 183); Max value from RGB is 115 - color contains mainly: red. Hex color #73291B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73291B is #8CD6E4. Grayscale: #3D3D3D. Windows color (decimal): -9230053 or 1780083. OLE color: 1780083.
HSL color Cylindrical-coordinate representation of color #73291B: hue angle of 9.55º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #73291B is Cyan = 0, Magento = 0.64, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 41 | 27 | - |
| CMYK | 0 | 0.64 | 0.77 | 0.55 |
| HSL | 9.55º | 0.62% | 0.28% | - |
| HSV(B) | 9.55º | 0.77% | 0.45% | - |
| XYZ | 8.06 | 5.31 | 1.64 | - |
| YUV | 61.53 | 108.52 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 41 | 27 | 0 | 0.64 | 0.77 | 0.55 | 9.55 | 0.62 | 0.28 |
| Hex | 73 | 29 | 1B | 0 | 40 | 4D | 37 | A | 3E | 1C |
| Octal | 163 | 51 | 33 | 0 | 100 | 115 | 67 | 12 | 76 | 34 |
| Binary | 1110011 | 101001 | 11011 | 0 | 1000000 | 1001101 | 110111 | 1010 | 111110 | 11100 |
Color Harmonies of #73291B
Complementary color
Monochromatic Colors of #73291B
Black with #73291B
Text Example
Text Example
White with #73291B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73291B; }
p { color: rgb(115,41,27); }
H1.HeaderClassName
{
color: #73291B;
}
.AnyTagClassName
{
color: #73291B;
}
</style>
background-color css
<style>
a { background-color: #73291B; }
a { background-color: rgb(115,41,27); }
div.DivClassName
{
background-color: #73291B;
}
.BgClassName
{
background-color: #73291B;
}
</style>
border-color css
<style>
span { border-color: #73291B; }
span { border-color: rgb(115,41,27); }
td.TdClassName
{
border-color: #73291B;
}
.TagClassName
{
border-color: #73291B;
}
</style>