Shades of Pueblo #702C23
Tints of Pueblo #702C23
RGB
CMYK
RGB Variations
Color information
#702C23 (or 0x702C23) is known color: Pueblo. HEX triplet: 70, 2C and 23. RGB value is (112,44,35). Sum of RGB (Red+Green+Blue) = 112+44+35=191 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.64% from 191); Green value is 44 (17.58% from 255 or 23.04% from 191); Blue value is 35 (14.06% from 255 or 18.32% from 191); Max value from RGB is 112 - color contains mainly: red. Hex color #702C23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702C23 is #8FD3DC. Grayscale: #3F3F3F. Windows color (decimal): -9425885 or 2305136. OLE color: 2305136.
HSL color Cylindrical-coordinate representation of color #702C23: hue angle of 7.01º 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 #702C23 is Cyan = 0, Magento = 0.61, Yellow = 0.69 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 44 | 35 | - |
| CMYK | 0 | 0.61 | 0.69 | 0.56 |
| HSL | 7.01º | 0.52% | 0.29% | - |
| HSV(B) | 7.01º | 0.69% | 0.44% | - |
| XYZ | 7.89 | 5.37 | 2.21 | - |
| YUV | 63.31 | 112.03 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 44 | 35 | 0 | 0.61 | 0.69 | 0.56 | 7.01 | 0.52 | 0.29 |
| Hex | 70 | 2C | 23 | 0 | 3D | 45 | 38 | 7 | 34 | 1D |
| Octal | 160 | 54 | 43 | 0 | 75 | 105 | 70 | 7 | 64 | 35 |
| Binary | 1110000 | 101100 | 100011 | 0 | 111101 | 1000101 | 111000 | 111 | 110100 | 11101 |
Color Harmonies of #702C23
Complementary color
Monochromatic Colors of #702C23
Black with #702C23
Text Example
Text Example
White with #702C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702C23; }
p { color: rgb(112,44,35); }
H1.HeaderClassName
{
color: #702C23;
}
.AnyTagClassName
{
color: #702C23;
}
</style>
background-color css
<style>
a { background-color: #702C23; }
a { background-color: rgb(112,44,35); }
div.DivClassName
{
background-color: #702C23;
}
.BgClassName
{
background-color: #702C23;
}
</style>
border-color css
<style>
span { border-color: #702C23; }
span { border-color: rgb(112,44,35); }
td.TdClassName
{
border-color: #702C23;
}
.TagClassName
{
border-color: #702C23;
}
</style>