Shades of Pueblo #73280F
Tints of Pueblo #73280F
RGB
CMYK
RGB Variations
Color information
#73280F (or 0x73280F) is known color: Pueblo. HEX triplet: 73, 28 and 0F. RGB value is (115,40,15). Sum of RGB (Red+Green+Blue) = 115+40+15=170 (22% of max value = 765). Red value is 115 (45.31% from 255 or 67.65% from 170); Green value is 40 (16.02% from 255 or 23.53% from 170); Blue value is 15 (6.25% from 255 or 8.82% from 170); Max value from RGB is 115 - color contains mainly: red. Hex color #73280F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #73280F is #8CD7F0. Grayscale: #3B3B3B. Windows color (decimal): -9230321 or 993395. OLE color: 993395.
HSL color Cylindrical-coordinate representation of color #73280F: hue angle of 15º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #73280F is Cyan = 0, Magento = 0.65, Yellow = 0.87 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 40 | 15 | - |
| CMYK | 0 | 0.65 | 0.87 | 0.55 |
| HSL | 15º | 0.77% | 0.25% | - |
| HSV(B) | 15º | 0.87% | 0.45% | - |
| XYZ | 7.92 | 5.2 | 1.04 | - |
| YUV | 59.58 | 102.85 | 167.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 40 | 15 | 0 | 0.65 | 0.87 | 0.55 | 15 | 0.77 | 0.25 |
| Hex | 73 | 28 | F | 0 | 41 | 57 | 37 | F | 4D | 19 |
| Octal | 163 | 50 | 17 | 0 | 101 | 127 | 67 | 17 | 115 | 31 |
| Binary | 1110011 | 101000 | 1111 | 0 | 1000001 | 1010111 | 110111 | 1111 | 1001101 | 11001 |
Color Harmonies of #73280F
Complementary color
Monochromatic Colors of #73280F
Black with #73280F
Text Example
Text Example
White with #73280F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73280F; }
p { color: rgb(115,40,15); }
H1.HeaderClassName
{
color: #73280F;
}
.AnyTagClassName
{
color: #73280F;
}
</style>
background-color css
<style>
a { background-color: #73280F; }
a { background-color: rgb(115,40,15); }
div.DivClassName
{
background-color: #73280F;
}
.BgClassName
{
background-color: #73280F;
}
</style>
border-color css
<style>
span { border-color: #73280F; }
span { border-color: rgb(115,40,15); }
td.TdClassName
{
border-color: #73280F;
}
.TagClassName
{
border-color: #73280F;
}
</style>