Shades of Pueblo #70251C
Tints of Pueblo #70251C
RGB
CMYK
RGB Variations
Color information
#70251C (or 0x70251C) is known color: Pueblo. HEX triplet: 70, 25 and 1C. RGB value is (112,37,28). Sum of RGB (Red+Green+Blue) = 112+37+28=177 (23% of max value = 765). Red value is 112 (44.14% from 255 or 63.28% from 177); Green value is 37 (14.84% from 255 or 20.90% from 177); Blue value is 28 (11.33% from 255 or 15.82% from 177); Max value from RGB is 112 - color contains mainly: red. Hex color #70251C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70251C is #8FDAE3. Grayscale: #3A3A3A. Windows color (decimal): -9427684 or 1844592. OLE color: 1844592.
HSL color Cylindrical-coordinate representation of color #70251C: hue angle of 6.43º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #70251C is Cyan = 0, Magento = 0.67, Yellow = 0.75 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 37 | 28 | - |
| CMYK | 0 | 0.67 | 0.75 | 0.56 |
| HSL | 6.43º | 0.6% | 0.27% | - |
| HSV(B) | 6.43º | 0.75% | 0.44% | - |
| XYZ | 7.55 | 4.85 | 1.64 | - |
| YUV | 58.4 | 110.85 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 37 | 28 | 0 | 0.67 | 0.75 | 0.56 | 6.43 | 0.6 | 0.27 |
| Hex | 70 | 25 | 1C | 0 | 43 | 4B | 38 | 6 | 3C | 1B |
| Octal | 160 | 45 | 34 | 0 | 103 | 113 | 70 | 6 | 74 | 33 |
| Binary | 1110000 | 100101 | 11100 | 0 | 1000011 | 1001011 | 111000 | 110 | 111100 | 11011 |
Color Harmonies of #70251C
Complementary color
Monochromatic Colors of #70251C
Black with #70251C
Text Example
Text Example
White with #70251C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70251C; }
p { color: rgb(112,37,28); }
H1.HeaderClassName
{
color: #70251C;
}
.AnyTagClassName
{
color: #70251C;
}
</style>
background-color css
<style>
a { background-color: #70251C; }
a { background-color: rgb(112,37,28); }
div.DivClassName
{
background-color: #70251C;
}
.BgClassName
{
background-color: #70251C;
}
</style>
border-color css
<style>
span { border-color: #70251C; }
span { border-color: rgb(112,37,28); }
td.TdClassName
{
border-color: #70251C;
}
.TagClassName
{
border-color: #70251C;
}
</style>