Shades of Pueblo #70261D
Tints of Pueblo #70261D
RGB
CMYK
RGB Variations
Color information
#70261D (or 0x70261D) is known color: Pueblo. HEX triplet: 70, 26 and 1D. RGB value is (112,38,29). Sum of RGB (Red+Green+Blue) = 112+38+29=179 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.57% from 179); Green value is 38 (15.23% from 255 or 21.23% from 179); Blue value is 29 (11.72% from 255 or 16.20% from 179); Max value from RGB is 112 - color contains mainly: red. Hex color #70261D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70261D is #8FD9E2. Grayscale: #3B3B3B. Windows color (decimal): -9427427 or 1910384. OLE color: 1910384.
HSL color Cylindrical-coordinate representation of color #70261D: hue angle of 6.51º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #70261D is Cyan = 0, Magento = 0.66, Yellow = 0.74 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 38 | 29 | - |
| CMYK | 0 | 0.66 | 0.74 | 0.56 |
| HSL | 6.51º | 0.59% | 0.28% | - |
| HSV(B) | 6.51º | 0.74% | 0.44% | - |
| XYZ | 7.6 | 4.92 | 1.71 | - |
| YUV | 59.1 | 111.02 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 38 | 29 | 0 | 0.66 | 0.74 | 0.56 | 6.51 | 0.59 | 0.28 |
| Hex | 70 | 26 | 1D | 0 | 42 | 4A | 38 | 7 | 3B | 1C |
| Octal | 160 | 46 | 35 | 0 | 102 | 112 | 70 | 7 | 73 | 34 |
| Binary | 1110000 | 100110 | 11101 | 0 | 1000010 | 1001010 | 111000 | 111 | 111011 | 11100 |
Color Harmonies of #70261D
Complementary color
Monochromatic Colors of #70261D
Black with #70261D
Text Example
Text Example
White with #70261D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70261D; }
p { color: rgb(112,38,29); }
H1.HeaderClassName
{
color: #70261D;
}
.AnyTagClassName
{
color: #70261D;
}
</style>
background-color css
<style>
a { background-color: #70261D; }
a { background-color: rgb(112,38,29); }
div.DivClassName
{
background-color: #70261D;
}
.BgClassName
{
background-color: #70261D;
}
</style>
border-color css
<style>
span { border-color: #70261D; }
span { border-color: rgb(112,38,29); }
td.TdClassName
{
border-color: #70261D;
}
.TagClassName
{
border-color: #70261D;
}
</style>