Shades of Pueblo #70250E
Tints of Pueblo #70250E
RGB
CMYK
RGB Variations
Color information
#70250E (or 0x70250E) is known color: Pueblo. HEX triplet: 70, 25 and 0E. RGB value is (112,37,14). Sum of RGB (Red+Green+Blue) = 112+37+14=163 (21% of max value = 765). Red value is 112 (44.14% from 255 or 68.71% from 163); Green value is 37 (14.84% from 255 or 22.70% from 163); Blue value is 14 (5.86% from 255 or 8.59% from 163); Max value from RGB is 112 - color contains mainly: red. Hex color #70250E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70250E is #8FDAF1. Grayscale: #383838. Windows color (decimal): -9427698 or 927088. OLE color: 927088.
HSL color Cylindrical-coordinate representation of color #70250E: hue angle of 14.08º degrees, saturation: 0.78, 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 #70250E is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 37 | 14 | - |
| CMYK | 0 | 0.67 | 0.88 | 0.56 |
| HSL | 14.08º | 0.78% | 0.25% | - |
| HSV(B) | 14.08º | 0.88% | 0.44% | - |
| XYZ | 7.42 | 4.8 | 0.95 | - |
| YUV | 56.8 | 103.85 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 37 | 14 | 0 | 0.67 | 0.88 | 0.56 | 14.08 | 0.78 | 0.25 |
| Hex | 70 | 25 | E | 0 | 43 | 58 | 38 | E | 4E | 19 |
| Octal | 160 | 45 | 16 | 0 | 103 | 130 | 70 | 16 | 116 | 31 |
| Binary | 1110000 | 100101 | 1110 | 0 | 1000011 | 1011000 | 111000 | 1110 | 1001110 | 11001 |
Color Harmonies of #70250E
Complementary color
Monochromatic Colors of #70250E
Black with #70250E
Text Example
Text Example
White with #70250E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70250E; }
p { color: rgb(112,37,14); }
H1.HeaderClassName
{
color: #70250E;
}
.AnyTagClassName
{
color: #70250E;
}
</style>
background-color css
<style>
a { background-color: #70250E; }
a { background-color: rgb(112,37,14); }
div.DivClassName
{
background-color: #70250E;
}
.BgClassName
{
background-color: #70250E;
}
</style>
border-color css
<style>
span { border-color: #70250E; }
span { border-color: rgb(112,37,14); }
td.TdClassName
{
border-color: #70250E;
}
.TagClassName
{
border-color: #70250E;
}
</style>