Shades of Pueblo #73270D
Tints of Pueblo #73270D
RGB
CMYK
RGB Variations
Color information
#73270D (or 0x73270D) is known color: Pueblo. HEX triplet: 73, 27 and 0D. RGB value is (115,39,13). Sum of RGB (Red+Green+Blue) = 115+39+13=167 (22% of max value = 765). Red value is 115 (45.31% from 255 or 68.86% from 167); Green value is 39 (15.62% from 255 or 23.35% from 167); Blue value is 13 (5.47% from 255 or 7.78% from 167); Max value from RGB is 115 - color contains mainly: red. Hex color #73270D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #73270D is #8CD8F2. Grayscale: #3A3A3A. Windows color (decimal): -9230579 or 862067. OLE color: 862067.
HSL color Cylindrical-coordinate representation of color #73270D: hue angle of 15.29º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #73270D is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 39 | 13 | - |
| CMYK | 0 | 0.66 | 0.89 | 0.55 |
| HSL | 15.29º | 0.8% | 0.25% | - |
| HSV(B) | 15.29º | 0.89% | 0.45% | - |
| XYZ | 7.87 | 5.12 | 0.96 | - |
| YUV | 58.76 | 102.18 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 39 | 13 | 0 | 0.66 | 0.89 | 0.55 | 15.29 | 0.8 | 0.25 |
| Hex | 73 | 27 | D | 0 | 42 | 59 | 37 | F | 50 | 19 |
| Octal | 163 | 47 | 15 | 0 | 102 | 131 | 67 | 17 | 120 | 31 |
| Binary | 1110011 | 100111 | 1101 | 0 | 1000010 | 1011001 | 110111 | 1111 | 1010000 | 11001 |
Color Harmonies of #73270D
Complementary color
Monochromatic Colors of #73270D
Black with #73270D
Text Example
Text Example
White with #73270D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73270D; }
p { color: rgb(115,39,13); }
H1.HeaderClassName
{
color: #73270D;
}
.AnyTagClassName
{
color: #73270D;
}
</style>
background-color css
<style>
a { background-color: #73270D; }
a { background-color: rgb(115,39,13); }
div.DivClassName
{
background-color: #73270D;
}
.BgClassName
{
background-color: #73270D;
}
</style>
border-color css
<style>
span { border-color: #73270D; }
span { border-color: rgb(115,39,13); }
td.TdClassName
{
border-color: #73270D;
}
.TagClassName
{
border-color: #73270D;
}
</style>