Shades of Pueblo #73271D
Tints of Pueblo #73271D
RGB
CMYK
RGB Variations
Color information
#73271D (or 0x73271D) is known color: Pueblo. HEX triplet: 73, 27 and 1D. RGB value is (115,39,29). Sum of RGB (Red+Green+Blue) = 115+39+29=183 (24% of max value = 765). Red value is 115 (45.31% from 255 or 62.84% from 183); Green value is 39 (15.62% from 255 or 21.31% from 183); Blue value is 29 (11.72% from 255 or 15.85% from 183); Max value from RGB is 115 - color contains mainly: red. Hex color #73271D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73271D is #8CD8E2. Grayscale: #3C3C3C. Windows color (decimal): -9230563 or 1910643. OLE color: 1910643.
HSL color Cylindrical-coordinate representation of color #73271D: hue angle of 6.98º 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 #73271D is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 39 | 29 | - |
| CMYK | 0 | 0.66 | 0.75 | 0.55 |
| HSL | 6.98º | 0.6% | 0.28% | - |
| HSV(B) | 6.98º | 0.75% | 0.45% | - |
| XYZ | 8.02 | 5.18 | 1.74 | - |
| YUV | 60.58 | 110.18 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 39 | 29 | 0 | 0.66 | 0.75 | 0.55 | 6.98 | 0.6 | 0.28 |
| Hex | 73 | 27 | 1D | 0 | 42 | 4B | 37 | 7 | 3C | 1C |
| Octal | 163 | 47 | 35 | 0 | 102 | 113 | 67 | 7 | 74 | 34 |
| Binary | 1110011 | 100111 | 11101 | 0 | 1000010 | 1001011 | 110111 | 111 | 111100 | 11100 |
Color Harmonies of #73271D
Complementary color
Monochromatic Colors of #73271D
Black with #73271D
Text Example
Text Example
White with #73271D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73271D; }
p { color: rgb(115,39,29); }
H1.HeaderClassName
{
color: #73271D;
}
.AnyTagClassName
{
color: #73271D;
}
</style>
background-color css
<style>
a { background-color: #73271D; }
a { background-color: rgb(115,39,29); }
div.DivClassName
{
background-color: #73271D;
}
.BgClassName
{
background-color: #73271D;
}
</style>
border-color css
<style>
span { border-color: #73271D; }
span { border-color: rgb(115,39,29); }
td.TdClassName
{
border-color: #73271D;
}
.TagClassName
{
border-color: #73271D;
}
</style>