Shades of Pueblo #73281C
Tints of Pueblo #73281C
RGB
CMYK
RGB Variations
Color information
#73281C (or 0x73281C) is known color: Pueblo. HEX triplet: 73, 28 and 1C. RGB value is (115,40,28). Sum of RGB (Red+Green+Blue) = 115+40+28=183 (24% of max value = 765). Red value is 115 (45.31% from 255 or 62.84% from 183); Green value is 40 (16.02% from 255 or 21.86% from 183); Blue value is 28 (11.33% from 255 or 15.30% from 183); Max value from RGB is 115 - color contains mainly: red. Hex color #73281C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73281C is #8CD7E3. Grayscale: #3D3D3D. Windows color (decimal): -9230308 or 1845363. OLE color: 1845363.
HSL color Cylindrical-coordinate representation of color #73281C: hue angle of 8.28º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #73281C is Cyan = 0, Magento = 0.65, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 40 | 28 | - |
| CMYK | 0 | 0.65 | 0.76 | 0.55 |
| HSL | 8.28º | 0.61% | 0.28% | - |
| HSV(B) | 8.28º | 0.76% | 0.45% | - |
| XYZ | 8.04 | 5.25 | 1.69 | - |
| YUV | 61.06 | 109.35 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 40 | 28 | 0 | 0.65 | 0.76 | 0.55 | 8.28 | 0.61 | 0.28 |
| Hex | 73 | 28 | 1C | 0 | 41 | 4C | 37 | 8 | 3D | 1C |
| Octal | 163 | 50 | 34 | 0 | 101 | 114 | 67 | 10 | 75 | 34 |
| Binary | 1110011 | 101000 | 11100 | 0 | 1000001 | 1001100 | 110111 | 1000 | 111101 | 11100 |
Color Harmonies of #73281C
Complementary color
Monochromatic Colors of #73281C
Black with #73281C
Text Example
Text Example
White with #73281C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73281C; }
p { color: rgb(115,40,28); }
H1.HeaderClassName
{
color: #73281C;
}
.AnyTagClassName
{
color: #73281C;
}
</style>
background-color css
<style>
a { background-color: #73281C; }
a { background-color: rgb(115,40,28); }
div.DivClassName
{
background-color: #73281C;
}
.BgClassName
{
background-color: #73281C;
}
</style>
border-color css
<style>
span { border-color: #73281C; }
span { border-color: rgb(115,40,28); }
td.TdClassName
{
border-color: #73281C;
}
.TagClassName
{
border-color: #73281C;
}
</style>