Shades of Pueblo #73281D
Tints of Pueblo #73281D
RGB
CMYK
RGB Variations
Color information
#73281D (or 0x73281D) is known color: Pueblo. HEX triplet: 73, 28 and 1D. RGB value is (115,40,29). Sum of RGB (Red+Green+Blue) = 115+40+29=184 (24% of max value = 765). Red value is 115 (45.31% from 255 or 62.5% from 184); Green value is 40 (16.02% from 255 or 21.74% from 184); Blue value is 29 (11.72% from 255 or 15.76% from 184); Max value from RGB is 115 - color contains mainly: red. Hex color #73281D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73281D is #8CD7E2. Grayscale: #3D3D3D. Windows color (decimal): -9230307 or 1910899. OLE color: 1910899.
HSL color Cylindrical-coordinate representation of color #73281D: hue angle of 7.67º 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 #73281D is Cyan = 0, Magento = 0.65, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 40 | 29 | - |
| CMYK | 0 | 0.65 | 0.75 | 0.55 |
| HSL | 7.67º | 0.6% | 0.28% | - |
| HSV(B) | 7.67º | 0.75% | 0.45% | - |
| XYZ | 8.05 | 5.25 | 1.75 | - |
| YUV | 61.17 | 109.85 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 40 | 29 | 0 | 0.65 | 0.75 | 0.55 | 7.67 | 0.6 | 0.28 |
| Hex | 73 | 28 | 1D | 0 | 41 | 4B | 37 | 8 | 3C | 1C |
| Octal | 163 | 50 | 35 | 0 | 101 | 113 | 67 | 10 | 74 | 34 |
| Binary | 1110011 | 101000 | 11101 | 0 | 1000001 | 1001011 | 110111 | 1000 | 111100 | 11100 |
Color Harmonies of #73281D
Complementary color
Monochromatic Colors of #73281D
Black with #73281D
Text Example
Text Example
White with #73281D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73281D; }
p { color: rgb(115,40,29); }
H1.HeaderClassName
{
color: #73281D;
}
.AnyTagClassName
{
color: #73281D;
}
</style>
background-color css
<style>
a { background-color: #73281D; }
a { background-color: rgb(115,40,29); }
div.DivClassName
{
background-color: #73281D;
}
.BgClassName
{
background-color: #73281D;
}
</style>
border-color css
<style>
span { border-color: #73281D; }
span { border-color: rgb(115,40,29); }
td.TdClassName
{
border-color: #73281D;
}
.TagClassName
{
border-color: #73281D;
}
</style>