Shades of Pueblo #73281B
Tints of Pueblo #73281B
RGB
CMYK
RGB Variations
Color information
#73281B (or 0x73281B) is known color: Pueblo. HEX triplet: 73, 28 and 1B. RGB value is (115,40,27). Sum of RGB (Red+Green+Blue) = 115+40+27=182 (24% of max value = 765). Red value is 115 (45.31% from 255 or 63.19% from 182); Green value is 40 (16.02% from 255 or 21.98% from 182); Blue value is 27 (10.94% from 255 or 14.84% from 182); Max value from RGB is 115 - color contains mainly: red. Hex color #73281B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73281B is #8CD7E4. Grayscale: #3D3D3D. Windows color (decimal): -9230309 or 1779827. OLE color: 1779827.
HSL color Cylindrical-coordinate representation of color #73281B: hue angle of 8.86º degrees, saturation: 0.62, 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 #73281B is Cyan = 0, Magento = 0.65, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 40 | 27 | - |
| CMYK | 0 | 0.65 | 0.77 | 0.55 |
| HSL | 8.86º | 0.62% | 0.28% | - |
| HSV(B) | 8.86º | 0.77% | 0.45% | - |
| XYZ | 8.03 | 5.24 | 1.63 | - |
| YUV | 60.94 | 108.85 | 166.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 40 | 27 | 0 | 0.65 | 0.77 | 0.55 | 8.86 | 0.62 | 0.28 |
| Hex | 73 | 28 | 1B | 0 | 41 | 4D | 37 | 9 | 3E | 1C |
| Octal | 163 | 50 | 33 | 0 | 101 | 115 | 67 | 11 | 76 | 34 |
| Binary | 1110011 | 101000 | 11011 | 0 | 1000001 | 1001101 | 110111 | 1001 | 111110 | 11100 |
Color Harmonies of #73281B
Complementary color
Monochromatic Colors of #73281B
Black with #73281B
Text Example
Text Example
White with #73281B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73281B; }
p { color: rgb(115,40,27); }
H1.HeaderClassName
{
color: #73281B;
}
.AnyTagClassName
{
color: #73281B;
}
</style>
background-color css
<style>
a { background-color: #73281B; }
a { background-color: rgb(115,40,27); }
div.DivClassName
{
background-color: #73281B;
}
.BgClassName
{
background-color: #73281B;
}
</style>
border-color css
<style>
span { border-color: #73281B; }
span { border-color: rgb(115,40,27); }
td.TdClassName
{
border-color: #73281B;
}
.TagClassName
{
border-color: #73281B;
}
</style>