Shades of Pueblo #722D1F
Tints of Pueblo #722D1F
RGB
CMYK
RGB Variations
Color information
#722D1F (or 0x722D1F) is known color: Pueblo. HEX triplet: 72, 2D and 1F. RGB value is (114,45,31). Sum of RGB (Red+Green+Blue) = 114+45+31=190 (25% of max value = 765). Red value is 114 (44.92% from 255 or 60% from 190); Green value is 45 (17.97% from 255 or 23.68% from 190); Blue value is 31 (12.5% from 255 or 16.32% from 190); Max value from RGB is 114 - color contains mainly: red. Hex color #722D1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722D1F is #8DD2E0. Grayscale: #404040. Windows color (decimal): -9294561 or 2043250. OLE color: 2043250.
HSL color Cylindrical-coordinate representation of color #722D1F: hue angle of 10.12º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #722D1F is Cyan = 0, Magento = 0.61, Yellow = 0.73 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 45 | 31 | - |
| CMYK | 0 | 0.61 | 0.73 | 0.55 |
| HSL | 10.12º | 0.57% | 0.28% | - |
| HSV(B) | 10.12º | 0.73% | 0.45% | - |
| XYZ | 8.13 | 5.55 | 1.94 | - |
| YUV | 64.04 | 109.36 | 163.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 45 | 31 | 0 | 0.61 | 0.73 | 0.55 | 10.12 | 0.57 | 0.28 |
| Hex | 72 | 2D | 1F | 0 | 3D | 49 | 37 | A | 39 | 1C |
| Octal | 162 | 55 | 37 | 0 | 75 | 111 | 67 | 12 | 71 | 34 |
| Binary | 1110010 | 101101 | 11111 | 0 | 111101 | 1001001 | 110111 | 1010 | 111001 | 11100 |
Color Harmonies of #722D1F
Complementary color
Monochromatic Colors of #722D1F
Black with #722D1F
Text Example
Text Example
White with #722D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722D1F; }
p { color: rgb(114,45,31); }
H1.HeaderClassName
{
color: #722D1F;
}
.AnyTagClassName
{
color: #722D1F;
}
</style>
background-color css
<style>
a { background-color: #722D1F; }
a { background-color: rgb(114,45,31); }
div.DivClassName
{
background-color: #722D1F;
}
.BgClassName
{
background-color: #722D1F;
}
</style>
border-color css
<style>
span { border-color: #722D1F; }
span { border-color: rgb(114,45,31); }
td.TdClassName
{
border-color: #722D1F;
}
.TagClassName
{
border-color: #722D1F;
}
</style>