Shades of Pueblo #73281E
Tints of Pueblo #73281E
RGB
CMYK
RGB Variations
Color information
#73281E (or 0x73281E) is known color: Pueblo. HEX triplet: 73, 28 and 1E. RGB value is (115,40,30). Sum of RGB (Red+Green+Blue) = 115+40+30=185 (24% of max value = 765). Red value is 115 (45.31% from 255 or 62.16% from 185); Green value is 40 (16.02% from 255 or 21.62% from 185); Blue value is 30 (12.11% from 255 or 16.22% from 185); Max value from RGB is 115 - color contains mainly: red. Hex color #73281E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73281E is #8CD7E1. Grayscale: #3D3D3D. Windows color (decimal): -9230306 or 1976435. OLE color: 1976435.
HSL color Cylindrical-coordinate representation of color #73281E: hue angle of 7.06º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #73281E is Cyan = 0, Magento = 0.65, Yellow = 0.74 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 40 | 30 | - |
| CMYK | 0 | 0.65 | 0.74 | 0.55 |
| HSL | 7.06º | 0.59% | 0.28% | - |
| HSV(B) | 7.06º | 0.74% | 0.45% | - |
| XYZ | 8.06 | 5.26 | 1.82 | - |
| YUV | 61.29 | 110.35 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 40 | 30 | 0 | 0.65 | 0.74 | 0.55 | 7.06 | 0.59 | 0.28 |
| Hex | 73 | 28 | 1E | 0 | 41 | 4A | 37 | 7 | 3B | 1C |
| Octal | 163 | 50 | 36 | 0 | 101 | 112 | 67 | 7 | 73 | 34 |
| Binary | 1110011 | 101000 | 11110 | 0 | 1000001 | 1001010 | 110111 | 111 | 111011 | 11100 |
Color Harmonies of #73281E
Complementary color
Monochromatic Colors of #73281E
Black with #73281E
Text Example
Text Example
White with #73281E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73281E; }
p { color: rgb(115,40,30); }
H1.HeaderClassName
{
color: #73281E;
}
.AnyTagClassName
{
color: #73281E;
}
</style>
background-color css
<style>
a { background-color: #73281E; }
a { background-color: rgb(115,40,30); }
div.DivClassName
{
background-color: #73281E;
}
.BgClassName
{
background-color: #73281E;
}
</style>
border-color css
<style>
span { border-color: #73281E; }
span { border-color: rgb(115,40,30); }
td.TdClassName
{
border-color: #73281E;
}
.TagClassName
{
border-color: #73281E;
}
</style>