Shades of Pueblo #70250F
Tints of Pueblo #70250F
RGB
CMYK
RGB Variations
Color information
#70250F (or 0x70250F) is known color: Pueblo. HEX triplet: 70, 25 and 0F. RGB value is (112,37,15). Sum of RGB (Red+Green+Blue) = 112+37+15=164 (21% of max value = 765). Red value is 112 (44.14% from 255 or 68.29% from 164); Green value is 37 (14.84% from 255 or 22.56% from 164); Blue value is 15 (6.25% from 255 or 9.15% from 164); Max value from RGB is 112 - color contains mainly: red. Hex color #70250F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70250F is #8FDAF0. Grayscale: #393939. Windows color (decimal): -9427697 or 992624. OLE color: 992624.
HSL color Cylindrical-coordinate representation of color #70250F: hue angle of 13.61º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #70250F is Cyan = 0, Magento = 0.67, Yellow = 0.87 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 37 | 15 | - |
| CMYK | 0 | 0.67 | 0.87 | 0.56 |
| HSL | 13.61º | 0.76% | 0.25% | - |
| HSV(B) | 13.61º | 0.87% | 0.44% | - |
| XYZ | 7.43 | 4.8 | 0.99 | - |
| YUV | 56.92 | 104.35 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 37 | 15 | 0 | 0.67 | 0.87 | 0.56 | 13.61 | 0.76 | 0.25 |
| Hex | 70 | 25 | F | 0 | 43 | 57 | 38 | E | 4C | 19 |
| Octal | 160 | 45 | 17 | 0 | 103 | 127 | 70 | 16 | 114 | 31 |
| Binary | 1110000 | 100101 | 1111 | 0 | 1000011 | 1010111 | 111000 | 1110 | 1001100 | 11001 |
Color Harmonies of #70250F
Complementary color
Monochromatic Colors of #70250F
Black with #70250F
Text Example
Text Example
White with #70250F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70250F; }
p { color: rgb(112,37,15); }
H1.HeaderClassName
{
color: #70250F;
}
.AnyTagClassName
{
color: #70250F;
}
</style>
background-color css
<style>
a { background-color: #70250F; }
a { background-color: rgb(112,37,15); }
div.DivClassName
{
background-color: #70250F;
}
.BgClassName
{
background-color: #70250F;
}
</style>
border-color css
<style>
span { border-color: #70250F; }
span { border-color: rgb(112,37,15); }
td.TdClassName
{
border-color: #70250F;
}
.TagClassName
{
border-color: #70250F;
}
</style>