Shades of Pueblo #72270F
Tints of Pueblo #72270F
RGB
CMYK
RGB Variations
Color information
#72270F (or 0x72270F) is known color: Pueblo. HEX triplet: 72, 27 and 0F. RGB value is (114,39,15). Sum of RGB (Red+Green+Blue) = 114+39+15=168 (22% of max value = 765). Red value is 114 (44.92% from 255 or 67.86% from 168); Green value is 39 (15.62% from 255 or 23.21% from 168); Blue value is 15 (6.25% from 255 or 8.93% from 168); Max value from RGB is 114 - color contains mainly: red. Hex color #72270F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72270F is #8DD8F0. Grayscale: #3A3A3A. Windows color (decimal): -9296113 or 993138. OLE color: 993138.
HSL color Cylindrical-coordinate representation of color #72270F: hue angle of 14.55º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #72270F is Cyan = 0, Magento = 0.66, Yellow = 0.87 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 39 | 15 | - |
| CMYK | 0 | 0.66 | 0.87 | 0.55 |
| HSL | 14.55º | 0.77% | 0.25% | - |
| HSV(B) | 14.55º | 0.87% | 0.45% | - |
| XYZ | 7.75 | 5.06 | 1.02 | - |
| YUV | 58.69 | 103.35 | 167.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 39 | 15 | 0 | 0.66 | 0.87 | 0.55 | 14.55 | 0.77 | 0.25 |
| Hex | 72 | 27 | F | 0 | 42 | 57 | 37 | F | 4D | 19 |
| Octal | 162 | 47 | 17 | 0 | 102 | 127 | 67 | 17 | 115 | 31 |
| Binary | 1110010 | 100111 | 1111 | 0 | 1000010 | 1010111 | 110111 | 1111 | 1001101 | 11001 |
Color Harmonies of #72270F
Complementary color
Monochromatic Colors of #72270F
Black with #72270F
Text Example
Text Example
White with #72270F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72270F; }
p { color: rgb(114,39,15); }
H1.HeaderClassName
{
color: #72270F;
}
.AnyTagClassName
{
color: #72270F;
}
</style>
background-color css
<style>
a { background-color: #72270F; }
a { background-color: rgb(114,39,15); }
div.DivClassName
{
background-color: #72270F;
}
.BgClassName
{
background-color: #72270F;
}
</style>
border-color css
<style>
span { border-color: #72270F; }
span { border-color: rgb(114,39,15); }
td.TdClassName
{
border-color: #72270F;
}
.TagClassName
{
border-color: #72270F;
}
</style>