Shades of Pueblo #703122
Tints of Pueblo #703122
RGB
CMYK
RGB Variations
Color information
#703122 (or 0x703122) is known color: Pueblo. HEX triplet: 70, 31 and 22. RGB value is (112,49,34). Sum of RGB (Red+Green+Blue) = 112+49+34=195 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.44% from 195); Green value is 49 (19.53% from 255 or 25.13% from 195); Blue value is 34 (13.67% from 255 or 17.44% from 195); Max value from RGB is 112 - color contains mainly: red. Hex color #703122 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703122 is #8FCEDD. Grayscale: #424242. Windows color (decimal): -9424606 or 2240880. OLE color: 2240880.
HSL color Cylindrical-coordinate representation of color #703122: hue angle of 11.54º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #703122 is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 49 | 34 | - |
| CMYK | 0 | 0.56 | 0.70 | 0.56 |
| HSL | 11.54º | 0.53% | 0.29% | - |
| HSV(B) | 11.54º | 0.7% | 0.44% | - |
| XYZ | 8.07 | 5.76 | 2.2 | - |
| YUV | 66.13 | 109.87 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 49 | 34 | 0 | 0.56 | 0.70 | 0.56 | 11.54 | 0.53 | 0.29 |
| Hex | 70 | 31 | 22 | 0 | 38 | 46 | 38 | C | 35 | 1D |
| Octal | 160 | 61 | 42 | 0 | 70 | 106 | 70 | 14 | 65 | 35 |
| Binary | 1110000 | 110001 | 100010 | 0 | 111000 | 1000110 | 111000 | 1100 | 110101 | 11101 |
Color Harmonies of #703122
Complementary color
Monochromatic Colors of #703122
Black with #703122
Text Example
Text Example
White with #703122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703122; }
p { color: rgb(112,49,34); }
H1.HeaderClassName
{
color: #703122;
}
.AnyTagClassName
{
color: #703122;
}
</style>
background-color css
<style>
a { background-color: #703122; }
a { background-color: rgb(112,49,34); }
div.DivClassName
{
background-color: #703122;
}
.BgClassName
{
background-color: #703122;
}
</style>
border-color css
<style>
span { border-color: #703122; }
span { border-color: rgb(112,49,34); }
td.TdClassName
{
border-color: #703122;
}
.TagClassName
{
border-color: #703122;
}
</style>