Shades of Pueblo #703123
Tints of Pueblo #703123
RGB
CMYK
RGB Variations
Color information
#703123 (or 0x703123) is known color: Pueblo. HEX triplet: 70, 31 and 23. RGB value is (112,49,35). Sum of RGB (Red+Green+Blue) = 112+49+35=196 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.14% from 196); Green value is 49 (19.53% from 255 or 25% from 196); Blue value is 35 (14.06% from 255 or 17.86% from 196); Max value from RGB is 112 - color contains mainly: red. Hex color #703123 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703123 is #8FCEDC. Grayscale: #424242. Windows color (decimal): -9424605 or 2306416. OLE color: 2306416.
HSL color Cylindrical-coordinate representation of color #703123: hue angle of 10.91º 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 #703123 is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 49 | 35 | - |
| CMYK | 0 | 0.56 | 0.69 | 0.56 |
| HSL | 10.91º | 0.52% | 0.29% | - |
| HSV(B) | 10.91º | 0.69% | 0.44% | - |
| XYZ | 8.08 | 5.76 | 2.28 | - |
| YUV | 66.24 | 110.37 | 160.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 49 | 35 | 0 | 0.56 | 0.69 | 0.56 | 10.91 | 0.52 | 0.29 |
| Hex | 70 | 31 | 23 | 0 | 38 | 45 | 38 | B | 34 | 1D |
| Octal | 160 | 61 | 43 | 0 | 70 | 105 | 70 | 13 | 64 | 35 |
| Binary | 1110000 | 110001 | 100011 | 0 | 111000 | 1000101 | 111000 | 1011 | 110100 | 11101 |
Color Harmonies of #703123
Complementary color
Monochromatic Colors of #703123
Black with #703123
Text Example
Text Example
White with #703123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703123; }
p { color: rgb(112,49,35); }
H1.HeaderClassName
{
color: #703123;
}
.AnyTagClassName
{
color: #703123;
}
</style>
background-color css
<style>
a { background-color: #703123; }
a { background-color: rgb(112,49,35); }
div.DivClassName
{
background-color: #703123;
}
.BgClassName
{
background-color: #703123;
}
</style>
border-color css
<style>
span { border-color: #703123; }
span { border-color: rgb(112,49,35); }
td.TdClassName
{
border-color: #703123;
}
.TagClassName
{
border-color: #703123;
}
</style>