Shades of Pohutukawa #70101D
Tints of Pohutukawa #70101D
RGB
CMYK
RGB Variations
Color information
#70101D (or 0x70101D) is known color: Pohutukawa. HEX triplet: 70, 10 and 1D. RGB value is (112,16,29). Sum of RGB (Red+Green+Blue) = 112+16+29=157 (20% of max value = 765). Red value is 112 (44.14% from 255 or 71.34% from 157); Green value is 16 (6.64% from 255 or 10.19% from 157); Blue value is 29 (11.72% from 255 or 18.47% from 157); Max value from RGB is 112 - color contains mainly: red. Hex color #70101D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70101D is #8FEFE2. Grayscale: #2E2E2E. Windows color (decimal): -9433059 or 1904752. OLE color: 1904752.
HSL color Cylindrical-coordinate representation of color #70101D: hue angle of 351.88º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #70101D is Cyan = 0, Magento = 0.86, Yellow = 0.74 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 16 | 29 | - |
| CMYK | 0 | 0.86 | 0.74 | 0.56 |
| HSL | 351.88º | 0.75% | 0.25% | - |
| HSV(B) | 351.88º | 0.86% | 0.44% | - |
| XYZ | 7.09 | 3.9 | 1.54 | - |
| YUV | 46.19 | 118.3 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 16 | 29 | 0 | 0.86 | 0.74 | 0.56 | 351.88 | 0.75 | 0.25 |
| Hex | 70 | 10 | 1D | 0 | 56 | 4A | 38 | 160 | 4B | 19 |
| Octal | 160 | 20 | 35 | 0 | 126 | 112 | 70 | 540 | 113 | 31 |
| Binary | 1110000 | 10000 | 11101 | 0 | 1010110 | 1001010 | 111000 | 101100000 | 1001011 | 11001 |
Color Harmonies of #70101D
Complementary color
Monochromatic Colors of #70101D
Black with #70101D
Text Example
Text Example
White with #70101D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70101D; }
p { color: rgb(112,16,29); }
H1.HeaderClassName
{
color: #70101D;
}
.AnyTagClassName
{
color: #70101D;
}
</style>
background-color css
<style>
a { background-color: #70101D; }
a { background-color: rgb(112,16,29); }
div.DivClassName
{
background-color: #70101D;
}
.BgClassName
{
background-color: #70101D;
}
</style>
border-color css
<style>
span { border-color: #70101D; }
span { border-color: rgb(112,16,29); }
td.TdClassName
{
border-color: #70101D;
}
.TagClassName
{
border-color: #70101D;
}
</style>