Shades of Pueblo #70281F
Tints of Pueblo #70281F
RGB
CMYK
RGB Variations
Color information
#70281F (or 0x70281F) is known color: Pueblo. HEX triplet: 70, 28 and 1F. RGB value is (112,40,31). Sum of RGB (Red+Green+Blue) = 112+40+31=183 (24% of max value = 765). Red value is 112 (44.14% from 255 or 61.20% from 183); Green value is 40 (16.02% from 255 or 21.86% from 183); Blue value is 31 (12.5% from 255 or 16.94% from 183); Max value from RGB is 112 - color contains mainly: red. Hex color #70281F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70281F is #8FD7E0. Grayscale: #3C3C3C. Windows color (decimal): -9426913 or 2041968. OLE color: 2041968.
HSL color Cylindrical-coordinate representation of color #70281F: hue angle of 6.67º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #70281F is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 40 | 31 | - |
| CMYK | 0 | 0.64 | 0.72 | 0.56 |
| HSL | 6.67º | 0.57% | 0.28% | - |
| HSV(B) | 6.67º | 0.72% | 0.44% | - |
| XYZ | 7.69 | 5.06 | 1.87 | - |
| YUV | 60.5 | 111.35 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 40 | 31 | 0 | 0.64 | 0.72 | 0.56 | 6.67 | 0.57 | 0.28 |
| Hex | 70 | 28 | 1F | 0 | 40 | 48 | 38 | 7 | 39 | 1C |
| Octal | 160 | 50 | 37 | 0 | 100 | 110 | 70 | 7 | 71 | 34 |
| Binary | 1110000 | 101000 | 11111 | 0 | 1000000 | 1001000 | 111000 | 111 | 111001 | 11100 |
Color Harmonies of #70281F
Complementary color
Monochromatic Colors of #70281F
Black with #70281F
Text Example
Text Example
White with #70281F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70281F; }
p { color: rgb(112,40,31); }
H1.HeaderClassName
{
color: #70281F;
}
.AnyTagClassName
{
color: #70281F;
}
</style>
background-color css
<style>
a { background-color: #70281F; }
a { background-color: rgb(112,40,31); }
div.DivClassName
{
background-color: #70281F;
}
.BgClassName
{
background-color: #70281F;
}
</style>
border-color css
<style>
span { border-color: #70281F; }
span { border-color: rgb(112,40,31); }
td.TdClassName
{
border-color: #70281F;
}
.TagClassName
{
border-color: #70281F;
}
</style>