Shades of Pueblo #70250D
Tints of Pueblo #70250D
RGB
CMYK
RGB Variations
Color information
#70250D (or 0x70250D) is known color: Pueblo. HEX triplet: 70, 25 and 0D. RGB value is (112,37,13). Sum of RGB (Red+Green+Blue) = 112+37+13=162 (21% of max value = 765). Red value is 112 (44.14% from 255 or 69.14% from 162); Green value is 37 (14.84% from 255 or 22.84% from 162); Blue value is 13 (5.47% from 255 or 8.02% from 162); Max value from RGB is 112 - color contains mainly: red. Hex color #70250D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70250D is #8FDAF2. Grayscale: #383838. Windows color (decimal): -9427699 or 861552. OLE color: 861552.
HSL color Cylindrical-coordinate representation of color #70250D: hue angle of 14.55º 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 #70250D is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 37 | 13 | - |
| CMYK | 0 | 0.67 | 0.88 | 0.56 |
| HSL | 14.55º | 0.79% | 0.25% | - |
| HSV(B) | 14.55º | 0.88% | 0.44% | - |
| XYZ | 7.42 | 4.8 | 0.92 | - |
| YUV | 56.69 | 103.35 | 167.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 37 | 13 | 0 | 0.67 | 0.88 | 0.56 | 14.55 | 0.79 | 0.25 |
| Hex | 70 | 25 | D | 0 | 43 | 58 | 38 | F | 4F | 19 |
| Octal | 160 | 45 | 15 | 0 | 103 | 130 | 70 | 17 | 117 | 31 |
| Binary | 1110000 | 100101 | 1101 | 0 | 1000011 | 1011000 | 111000 | 1111 | 1001111 | 11001 |
Color Harmonies of #70250D
Complementary color
Monochromatic Colors of #70250D
Black with #70250D
Text Example
Text Example
White with #70250D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70250D; }
p { color: rgb(112,37,13); }
H1.HeaderClassName
{
color: #70250D;
}
.AnyTagClassName
{
color: #70250D;
}
</style>
background-color css
<style>
a { background-color: #70250D; }
a { background-color: rgb(112,37,13); }
div.DivClassName
{
background-color: #70250D;
}
.BgClassName
{
background-color: #70250D;
}
</style>
border-color css
<style>
span { border-color: #70250D; }
span { border-color: rgb(112,37,13); }
td.TdClassName
{
border-color: #70250D;
}
.TagClassName
{
border-color: #70250D;
}
</style>