Shades of Pueblo #70261C
Tints of Pueblo #70261C
RGB
CMYK
RGB Variations
Color information
#70261C (or 0x70261C) is known color: Pueblo. HEX triplet: 70, 26 and 1C. RGB value is (112,38,28). Sum of RGB (Red+Green+Blue) = 112+38+28=178 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.92% from 178); Green value is 38 (15.23% from 255 or 21.35% from 178); Blue value is 28 (11.33% from 255 or 15.73% from 178); Max value from RGB is 112 - color contains mainly: red. Hex color #70261C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70261C is #8FD9E3. Grayscale: #3B3B3B. Windows color (decimal): -9427428 or 1844848. OLE color: 1844848.
HSL color Cylindrical-coordinate representation of color #70261C: hue angle of 7.14º 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 #70261C is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 38 | 28 | - |
| CMYK | 0 | 0.66 | 0.75 | 0.56 |
| HSL | 7.14º | 0.6% | 0.27% | - |
| HSV(B) | 7.14º | 0.75% | 0.44% | - |
| XYZ | 7.58 | 4.91 | 1.65 | - |
| YUV | 58.99 | 110.52 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 38 | 28 | 0 | 0.66 | 0.75 | 0.56 | 7.14 | 0.6 | 0.27 |
| Hex | 70 | 26 | 1C | 0 | 42 | 4B | 38 | 7 | 3C | 1B |
| Octal | 160 | 46 | 34 | 0 | 102 | 113 | 70 | 7 | 74 | 33 |
| Binary | 1110000 | 100110 | 11100 | 0 | 1000010 | 1001011 | 111000 | 111 | 111100 | 11011 |
Color Harmonies of #70261C
Complementary color
Monochromatic Colors of #70261C
Black with #70261C
Text Example
Text Example
White with #70261C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70261C; }
p { color: rgb(112,38,28); }
H1.HeaderClassName
{
color: #70261C;
}
.AnyTagClassName
{
color: #70261C;
}
</style>
background-color css
<style>
a { background-color: #70261C; }
a { background-color: rgb(112,38,28); }
div.DivClassName
{
background-color: #70261C;
}
.BgClassName
{
background-color: #70261C;
}
</style>
border-color css
<style>
span { border-color: #70261C; }
span { border-color: rgb(112,38,28); }
td.TdClassName
{
border-color: #70261C;
}
.TagClassName
{
border-color: #70261C;
}
</style>