Shades of Pueblo #722F1C
Tints of Pueblo #722F1C
RGB
CMYK
RGB Variations
Color information
#722F1C (or 0x722F1C) is known color: Pueblo. HEX triplet: 72, 2F and 1C. RGB value is (114,47,28). Sum of RGB (Red+Green+Blue) = 114+47+28=189 (25% of max value = 765). Red value is 114 (44.92% from 255 or 60.32% from 189); Green value is 47 (18.75% from 255 or 24.87% from 189); Blue value is 28 (11.33% from 255 or 14.81% from 189); Max value from RGB is 114 - color contains mainly: red. Hex color #722F1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722F1C is #8DD0E3. Grayscale: #414141. Windows color (decimal): -9294052 or 1847154. OLE color: 1847154.
HSL color Cylindrical-coordinate representation of color #722F1C: hue angle of 13.26º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #722F1C is Cyan = 0, Magento = 0.59, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 47 | 28 | - |
| CMYK | 0 | 0.59 | 0.75 | 0.55 |
| HSL | 13.26º | 0.61% | 0.28% | - |
| HSV(B) | 13.26º | 0.75% | 0.45% | - |
| XYZ | 8.17 | 5.69 | 1.77 | - |
| YUV | 64.87 | 107.2 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 47 | 28 | 0 | 0.59 | 0.75 | 0.55 | 13.26 | 0.61 | 0.28 |
| Hex | 72 | 2F | 1C | 0 | 3B | 4B | 37 | D | 3D | 1C |
| Octal | 162 | 57 | 34 | 0 | 73 | 113 | 67 | 15 | 75 | 34 |
| Binary | 1110010 | 101111 | 11100 | 0 | 111011 | 1001011 | 110111 | 1101 | 111101 | 11100 |
Color Harmonies of #722F1C
Complementary color
Monochromatic Colors of #722F1C
Black with #722F1C
Text Example
Text Example
White with #722F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722F1C; }
p { color: rgb(114,47,28); }
H1.HeaderClassName
{
color: #722F1C;
}
.AnyTagClassName
{
color: #722F1C;
}
</style>
background-color css
<style>
a { background-color: #722F1C; }
a { background-color: rgb(114,47,28); }
div.DivClassName
{
background-color: #722F1C;
}
.BgClassName
{
background-color: #722F1C;
}
</style>
border-color css
<style>
span { border-color: #722F1C; }
span { border-color: rgb(114,47,28); }
td.TdClassName
{
border-color: #722F1C;
}
.TagClassName
{
border-color: #722F1C;
}
</style>