Shades of Pueblo #702E1F
Tints of Pueblo #702E1F
RGB
CMYK
RGB Variations
Color information
#702E1F (or 0x702E1F) is known color: Pueblo. HEX triplet: 70, 2E and 1F. RGB value is (112,46,31). Sum of RGB (Red+Green+Blue) = 112+46+31=189 (25% of max value = 765). Red value is 112 (44.14% from 255 or 59.26% from 189); Green value is 46 (18.36% from 255 or 24.34% from 189); Blue value is 31 (12.5% from 255 or 16.40% from 189); Max value from RGB is 112 - color contains mainly: red. Hex color #702E1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702E1F is #8FD1E0. Grayscale: #404040. Windows color (decimal): -9425377 or 2043504. OLE color: 2043504.
HSL color Cylindrical-coordinate representation of color #702E1F: hue angle of 11.11º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #702E1F is Cyan = 0, Magento = 0.59, Yellow = 0.72 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 46 | 31 | - |
| CMYK | 0 | 0.59 | 0.72 | 0.56 |
| HSL | 11.11º | 0.57% | 0.28% | - |
| HSV(B) | 11.11º | 0.72% | 0.44% | - |
| XYZ | 7.91 | 5.5 | 1.94 | - |
| YUV | 64.02 | 109.37 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 46 | 31 | 0 | 0.59 | 0.72 | 0.56 | 11.11 | 0.57 | 0.28 |
| Hex | 70 | 2E | 1F | 0 | 3B | 48 | 38 | B | 39 | 1C |
| Octal | 160 | 56 | 37 | 0 | 73 | 110 | 70 | 13 | 71 | 34 |
| Binary | 1110000 | 101110 | 11111 | 0 | 111011 | 1001000 | 111000 | 1011 | 111001 | 11100 |
Color Harmonies of #702E1F
Complementary color
Monochromatic Colors of #702E1F
Black with #702E1F
Text Example
Text Example
White with #702E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702E1F; }
p { color: rgb(112,46,31); }
H1.HeaderClassName
{
color: #702E1F;
}
.AnyTagClassName
{
color: #702E1F;
}
</style>
background-color css
<style>
a { background-color: #702E1F; }
a { background-color: rgb(112,46,31); }
div.DivClassName
{
background-color: #702E1F;
}
.BgClassName
{
background-color: #702E1F;
}
</style>
border-color css
<style>
span { border-color: #702E1F; }
span { border-color: rgb(112,46,31); }
td.TdClassName
{
border-color: #702E1F;
}
.TagClassName
{
border-color: #702E1F;
}
</style>