Shades of Pueblo #703223
Tints of Pueblo #703223
RGB
CMYK
RGB Variations
Color information
#703223 (or 0x703223) is known color: Pueblo. HEX triplet: 70, 32 and 23. RGB value is (112,50,35). Sum of RGB (Red+Green+Blue) = 112+50+35=197 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.85% from 197); Green value is 50 (19.92% from 255 or 25.38% from 197); Blue value is 35 (14.06% from 255 or 17.77% from 197); Max value from RGB is 112 - color contains mainly: red. Hex color #703223 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703223 is #8FCDDC. Grayscale: #424242. Windows color (decimal): -9424349 or 2306672. OLE color: 2306672.
HSL color Cylindrical-coordinate representation of color #703223: hue angle of 11.69º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #703223 is Cyan = 0, Magento = 0.55, Yellow = 0.69 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 50 | 35 | - |
| CMYK | 0 | 0.55 | 0.69 | 0.56 |
| HSL | 11.69º | 0.52% | 0.29% | - |
| HSV(B) | 11.69º | 0.69% | 0.44% | - |
| XYZ | 8.13 | 5.85 | 2.29 | - |
| YUV | 66.83 | 110.04 | 160.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 50 | 35 | 0 | 0.55 | 0.69 | 0.56 | 11.69 | 0.52 | 0.29 |
| Hex | 70 | 32 | 23 | 0 | 37 | 45 | 38 | C | 34 | 1D |
| Octal | 160 | 62 | 43 | 0 | 67 | 105 | 70 | 14 | 64 | 35 |
| Binary | 1110000 | 110010 | 100011 | 0 | 110111 | 1000101 | 111000 | 1100 | 110100 | 11101 |
Color Harmonies of #703223
Complementary color
Monochromatic Colors of #703223
Black with #703223
Text Example
Text Example
White with #703223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703223; }
p { color: rgb(112,50,35); }
H1.HeaderClassName
{
color: #703223;
}
.AnyTagClassName
{
color: #703223;
}
</style>
background-color css
<style>
a { background-color: #703223; }
a { background-color: rgb(112,50,35); }
div.DivClassName
{
background-color: #703223;
}
.BgClassName
{
background-color: #703223;
}
</style>
border-color css
<style>
span { border-color: #703223; }
span { border-color: rgb(112,50,35); }
td.TdClassName
{
border-color: #703223;
}
.TagClassName
{
border-color: #703223;
}
</style>