Shades of Pueblo #73281A
Tints of Pueblo #73281A
RGB
CMYK
RGB Variations
Color information
#73281A (or 0x73281A) is known color: Pueblo. HEX triplet: 73, 28 and 1A. RGB value is (115,40,26). Sum of RGB (Red+Green+Blue) = 115+40+26=181 (23% of max value = 765). Red value is 115 (45.31% from 255 or 63.54% from 181); Green value is 40 (16.02% from 255 or 22.10% from 181); Blue value is 26 (10.55% from 255 or 14.36% from 181); Max value from RGB is 115 - color contains mainly: red. Hex color #73281A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73281A is #8CD7E5. Grayscale: #3C3C3C. Windows color (decimal): -9230310 or 1714291. OLE color: 1714291.
HSL color Cylindrical-coordinate representation of color #73281A: hue angle of 9.44º degrees, saturation: 0.63, 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 #73281A is Cyan = 0, Magento = 0.65, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 40 | 26 | - |
| CMYK | 0 | 0.65 | 0.77 | 0.55 |
| HSL | 9.44º | 0.63% | 0.28% | - |
| HSV(B) | 9.44º | 0.77% | 0.45% | - |
| XYZ | 8.02 | 5.24 | 1.57 | - |
| YUV | 60.83 | 108.35 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 40 | 26 | 0 | 0.65 | 0.77 | 0.55 | 9.44 | 0.63 | 0.28 |
| Hex | 73 | 28 | 1A | 0 | 41 | 4D | 37 | 9 | 3F | 1C |
| Octal | 163 | 50 | 32 | 0 | 101 | 115 | 67 | 11 | 77 | 34 |
| Binary | 1110011 | 101000 | 11010 | 0 | 1000001 | 1001101 | 110111 | 1001 | 111111 | 11100 |
Color Harmonies of #73281A
Complementary color
Monochromatic Colors of #73281A
Black with #73281A
Text Example
Text Example
White with #73281A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73281A; }
p { color: rgb(115,40,26); }
H1.HeaderClassName
{
color: #73281A;
}
.AnyTagClassName
{
color: #73281A;
}
</style>
background-color css
<style>
a { background-color: #73281A; }
a { background-color: rgb(115,40,26); }
div.DivClassName
{
background-color: #73281A;
}
.BgClassName
{
background-color: #73281A;
}
</style>
border-color css
<style>
span { border-color: #73281A; }
span { border-color: rgb(115,40,26); }
td.TdClassName
{
border-color: #73281A;
}
.TagClassName
{
border-color: #73281A;
}
</style>