Shades of Pueblo #70240D
Tints of Pueblo #70240D
RGB
CMYK
RGB Variations
Color information
#70240D (or 0x70240D) is known color: Pueblo. HEX triplet: 70, 24 and 0D. RGB value is (112,36,13). Sum of RGB (Red+Green+Blue) = 112+36+13=161 (21% of max value = 765). Red value is 112 (44.14% from 255 or 69.57% from 161); Green value is 36 (14.45% from 255 or 22.36% from 161); Blue value is 13 (5.47% from 255 or 8.07% from 161); Max value from RGB is 112 - color contains mainly: red. Hex color #70240D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70240D is #8FDBF2. Grayscale: #383838. Windows color (decimal): -9427955 or 861296. OLE color: 861296.
HSL color Cylindrical-coordinate representation of color #70240D: hue angle of 13.94º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #70240D is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 36 | 13 | - |
| CMYK | 0 | 0.68 | 0.88 | 0.56 |
| HSL | 13.94º | 0.79% | 0.25% | - |
| HSV(B) | 13.94º | 0.88% | 0.44% | - |
| XYZ | 7.39 | 4.74 | 0.91 | - |
| YUV | 56.1 | 103.68 | 167.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 36 | 13 | 0 | 0.68 | 0.88 | 0.56 | 13.94 | 0.79 | 0.25 |
| Hex | 70 | 24 | D | 0 | 44 | 58 | 38 | E | 4F | 19 |
| Octal | 160 | 44 | 15 | 0 | 104 | 130 | 70 | 16 | 117 | 31 |
| Binary | 1110000 | 100100 | 1101 | 0 | 1000100 | 1011000 | 111000 | 1110 | 1001111 | 11001 |
Color Harmonies of #70240D
Complementary color
Monochromatic Colors of #70240D
Black with #70240D
Text Example
Text Example
White with #70240D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70240D; }
p { color: rgb(112,36,13); }
H1.HeaderClassName
{
color: #70240D;
}
.AnyTagClassName
{
color: #70240D;
}
</style>
background-color css
<style>
a { background-color: #70240D; }
a { background-color: rgb(112,36,13); }
div.DivClassName
{
background-color: #70240D;
}
.BgClassName
{
background-color: #70240D;
}
</style>
border-color css
<style>
span { border-color: #70240D; }
span { border-color: rgb(112,36,13); }
td.TdClassName
{
border-color: #70240D;
}
.TagClassName
{
border-color: #70240D;
}
</style>