Shades of Pohutukawa #70101E
Tints of Pohutukawa #70101E
RGB
CMYK
RGB Variations
Color information
#70101E (or 0x70101E) is known color: Pohutukawa. HEX triplet: 70, 10 and 1E. RGB value is (112,16,30). Sum of RGB (Red+Green+Blue) = 112+16+30=158 (20% of max value = 765). Red value is 112 (44.14% from 255 or 70.89% from 158); Green value is 16 (6.64% from 255 or 10.13% from 158); Blue value is 30 (12.11% from 255 or 18.99% from 158); Max value from RGB is 112 - color contains mainly: red. Hex color #70101E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70101E is #8FEFE1. Grayscale: #2E2E2E. Windows color (decimal): -9433058 or 1970288. OLE color: 1970288.
HSL color Cylindrical-coordinate representation of color #70101E: hue angle of 351.25º 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 #70101E is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 16 | 30 | - |
| CMYK | 0 | 0.86 | 0.73 | 0.56 |
| HSL | 351.25º | 0.75% | 0.25% | - |
| HSV(B) | 351.25º | 0.86% | 0.44% | - |
| XYZ | 7.1 | 3.91 | 1.61 | - |
| YUV | 46.3 | 118.8 | 174.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 16 | 30 | 0 | 0.86 | 0.73 | 0.56 | 351.25 | 0.75 | 0.25 |
| Hex | 70 | 10 | 1E | 0 | 56 | 49 | 38 | 15F | 4B | 19 |
| Octal | 160 | 20 | 36 | 0 | 126 | 111 | 70 | 537 | 113 | 31 |
| Binary | 1110000 | 10000 | 11110 | 0 | 1010110 | 1001001 | 111000 | 101011111 | 1001011 | 11001 |
Color Harmonies of #70101E
Complementary color
Monochromatic Colors of #70101E
Black with #70101E
Text Example
Text Example
White with #70101E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70101E; }
p { color: rgb(112,16,30); }
H1.HeaderClassName
{
color: #70101E;
}
.AnyTagClassName
{
color: #70101E;
}
</style>
background-color css
<style>
a { background-color: #70101E; }
a { background-color: rgb(112,16,30); }
div.DivClassName
{
background-color: #70101E;
}
.BgClassName
{
background-color: #70101E;
}
</style>
border-color css
<style>
span { border-color: #70101E; }
span { border-color: rgb(112,16,30); }
td.TdClassName
{
border-color: #70101E;
}
.TagClassName
{
border-color: #70101E;
}
</style>