Shades of Pueblo #702B23
Tints of Pueblo #702B23
RGB
CMYK
RGB Variations
Color information
#702B23 (or 0x702B23) is known color: Pueblo. HEX triplet: 70, 2B and 23. RGB value is (112,43,35). Sum of RGB (Red+Green+Blue) = 112+43+35=190 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.95% from 190); Green value is 43 (17.19% from 255 or 22.63% from 190); Blue value is 35 (14.06% from 255 or 18.42% from 190); Max value from RGB is 112 - color contains mainly: red. Hex color #702B23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702B23 is #8FD4DC. Grayscale: #3E3E3E. Windows color (decimal): -9426141 or 2304880. OLE color: 2304880.
HSL color Cylindrical-coordinate representation of color #702B23: hue angle of 6.23º 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 #702B23 is Cyan = 0, Magento = 0.62, Yellow = 0.69 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 43 | 35 | - |
| CMYK | 0 | 0.62 | 0.69 | 0.56 |
| HSL | 6.23º | 0.52% | 0.29% | - |
| HSV(B) | 6.23º | 0.69% | 0.44% | - |
| XYZ | 7.85 | 5.29 | 2.2 | - |
| YUV | 62.72 | 112.36 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 43 | 35 | 0 | 0.62 | 0.69 | 0.56 | 6.23 | 0.52 | 0.29 |
| Hex | 70 | 2B | 23 | 0 | 3E | 45 | 38 | 6 | 34 | 1D |
| Octal | 160 | 53 | 43 | 0 | 76 | 105 | 70 | 6 | 64 | 35 |
| Binary | 1110000 | 101011 | 100011 | 0 | 111110 | 1000101 | 111000 | 110 | 110100 | 11101 |
Color Harmonies of #702B23
Complementary color
Monochromatic Colors of #702B23
Black with #702B23
Text Example
Text Example
White with #702B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702B23; }
p { color: rgb(112,43,35); }
H1.HeaderClassName
{
color: #702B23;
}
.AnyTagClassName
{
color: #702B23;
}
</style>
background-color css
<style>
a { background-color: #702B23; }
a { background-color: rgb(112,43,35); }
div.DivClassName
{
background-color: #702B23;
}
.BgClassName
{
background-color: #702B23;
}
</style>
border-color css
<style>
span { border-color: #702B23; }
span { border-color: rgb(112,43,35); }
td.TdClassName
{
border-color: #702B23;
}
.TagClassName
{
border-color: #702B23;
}
</style>