Shades of Pueblo #70321D
Tints of Pueblo #70321D
RGB
CMYK
RGB Variations
Color information
#70321D (or 0x70321D) is known color: Pueblo. HEX triplet: 70, 32 and 1D. RGB value is (112,50,29). Sum of RGB (Red+Green+Blue) = 112+50+29=191 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.64% from 191); Green value is 50 (19.92% from 255 or 26.18% from 191); Blue value is 29 (11.72% from 255 or 15.18% from 191); Max value from RGB is 112 - color contains mainly: red. Hex color #70321D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70321D is #8FCDE2. Grayscale: #424242. Windows color (decimal): -9424355 or 1913456. OLE color: 1913456.
HSL color Cylindrical-coordinate representation of color #70321D: hue angle of 15.18º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #70321D is Cyan = 0, Magento = 0.55, Yellow = 0.74 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 50 | 29 | - |
| CMYK | 0 | 0.55 | 0.74 | 0.56 |
| HSL | 15.18º | 0.59% | 0.28% | - |
| HSV(B) | 15.18º | 0.74% | 0.44% | - |
| XYZ | 8.04 | 5.81 | 1.86 | - |
| YUV | 66.14 | 107.04 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 50 | 29 | 0 | 0.55 | 0.74 | 0.56 | 15.18 | 0.59 | 0.28 |
| Hex | 70 | 32 | 1D | 0 | 37 | 4A | 38 | F | 3B | 1C |
| Octal | 160 | 62 | 35 | 0 | 67 | 112 | 70 | 17 | 73 | 34 |
| Binary | 1110000 | 110010 | 11101 | 0 | 110111 | 1001010 | 111000 | 1111 | 111011 | 11100 |
Color Harmonies of #70321D
Complementary color
Monochromatic Colors of #70321D
Black with #70321D
Text Example
Text Example
White with #70321D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70321D; }
p { color: rgb(112,50,29); }
H1.HeaderClassName
{
color: #70321D;
}
.AnyTagClassName
{
color: #70321D;
}
</style>
background-color css
<style>
a { background-color: #70321D; }
a { background-color: rgb(112,50,29); }
div.DivClassName
{
background-color: #70321D;
}
.BgClassName
{
background-color: #70321D;
}
</style>
border-color css
<style>
span { border-color: #70321D; }
span { border-color: rgb(112,50,29); }
td.TdClassName
{
border-color: #70321D;
}
.TagClassName
{
border-color: #70321D;
}
</style>