Shades of Pueblo #70281A
Tints of Pueblo #70281A
RGB
CMYK
RGB Variations
Color information
#70281A (or 0x70281A) is known color: Pueblo. HEX triplet: 70, 28 and 1A. RGB value is (112,40,26). Sum of RGB (Red+Green+Blue) = 112+40+26=178 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.92% from 178); Green value is 40 (16.02% from 255 or 22.47% from 178); Blue value is 26 (10.55% from 255 or 14.61% from 178); Max value from RGB is 112 - color contains mainly: red. Hex color #70281A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70281A is #8FD7E5. Grayscale: #3C3C3C. Windows color (decimal): -9426918 or 1714288. OLE color: 1714288.
HSL color Cylindrical-coordinate representation of color #70281A: hue angle of 9.77º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #70281A is Cyan = 0, Magento = 0.64, Yellow = 0.77 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 40 | 26 | - |
| CMYK | 0 | 0.64 | 0.77 | 0.56 |
| HSL | 9.77º | 0.62% | 0.27% | - |
| HSV(B) | 9.77º | 0.77% | 0.44% | - |
| XYZ | 7.63 | 5.04 | 1.55 | - |
| YUV | 59.93 | 108.85 | 165.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 40 | 26 | 0 | 0.64 | 0.77 | 0.56 | 9.77 | 0.62 | 0.27 |
| Hex | 70 | 28 | 1A | 0 | 40 | 4D | 38 | A | 3E | 1B |
| Octal | 160 | 50 | 32 | 0 | 100 | 115 | 70 | 12 | 76 | 33 |
| Binary | 1110000 | 101000 | 11010 | 0 | 1000000 | 1001101 | 111000 | 1010 | 111110 | 11011 |
Color Harmonies of #70281A
Complementary color
Monochromatic Colors of #70281A
Black with #70281A
Text Example
Text Example
White with #70281A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70281A; }
p { color: rgb(112,40,26); }
H1.HeaderClassName
{
color: #70281A;
}
.AnyTagClassName
{
color: #70281A;
}
</style>
background-color css
<style>
a { background-color: #70281A; }
a { background-color: rgb(112,40,26); }
div.DivClassName
{
background-color: #70281A;
}
.BgClassName
{
background-color: #70281A;
}
</style>
border-color css
<style>
span { border-color: #70281A; }
span { border-color: rgb(112,40,26); }
td.TdClassName
{
border-color: #70281A;
}
.TagClassName
{
border-color: #70281A;
}
</style>