Shades of Pueblo #70301D
Tints of Pueblo #70301D
RGB
CMYK
RGB Variations
Color information
#70301D (or 0x70301D) is known color: Pueblo. HEX triplet: 70, 30 and 1D. RGB value is (112,48,29). Sum of RGB (Red+Green+Blue) = 112+48+29=189 (25% of max value = 765). Red value is 112 (44.14% from 255 or 59.26% from 189); Green value is 48 (19.14% from 255 or 25.40% from 189); Blue value is 29 (11.72% from 255 or 15.34% from 189); Max value from RGB is 112 - color contains mainly: red. Hex color #70301D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70301D is #8FCFE2. Grayscale: #414141. Windows color (decimal): -9424867 or 1912944. OLE color: 1912944.
HSL color Cylindrical-coordinate representation of color #70301D: hue angle of 13.73º 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 #70301D is Cyan = 0, Magento = 0.57, Yellow = 0.74 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 48 | 29 | - |
| CMYK | 0 | 0.57 | 0.74 | 0.56 |
| HSL | 13.73º | 0.59% | 0.28% | - |
| HSV(B) | 13.73º | 0.74% | 0.44% | - |
| XYZ | 7.96 | 5.65 | 1.83 | - |
| YUV | 64.97 | 107.7 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 48 | 29 | 0 | 0.57 | 0.74 | 0.56 | 13.73 | 0.59 | 0.28 |
| Hex | 70 | 30 | 1D | 0 | 39 | 4A | 38 | E | 3B | 1C |
| Octal | 160 | 60 | 35 | 0 | 71 | 112 | 70 | 16 | 73 | 34 |
| Binary | 1110000 | 110000 | 11101 | 0 | 111001 | 1001010 | 111000 | 1110 | 111011 | 11100 |
Color Harmonies of #70301D
Complementary color
Monochromatic Colors of #70301D
Black with #70301D
Text Example
Text Example
White with #70301D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70301D; }
p { color: rgb(112,48,29); }
H1.HeaderClassName
{
color: #70301D;
}
.AnyTagClassName
{
color: #70301D;
}
</style>
background-color css
<style>
a { background-color: #70301D; }
a { background-color: rgb(112,48,29); }
div.DivClassName
{
background-color: #70301D;
}
.BgClassName
{
background-color: #70301D;
}
</style>
border-color css
<style>
span { border-color: #70301D; }
span { border-color: rgb(112,48,29); }
td.TdClassName
{
border-color: #70301D;
}
.TagClassName
{
border-color: #70301D;
}
</style>