Shades of Pohutukawa #70101B
Tints of Pohutukawa #70101B
RGB
CMYK
RGB Variations
Color information
#70101B (or 0x70101B) is known color: Pohutukawa. HEX triplet: 70, 10 and 1B. RGB value is (112,16,27). Sum of RGB (Red+Green+Blue) = 112+16+27=155 (20% of max value = 765). Red value is 112 (44.14% from 255 or 72.26% from 155); Green value is 16 (6.64% from 255 or 10.32% from 155); Blue value is 27 (10.94% from 255 or 17.42% from 155); Max value from RGB is 112 - color contains mainly: red. Hex color #70101B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70101B is #8FEFE4. Grayscale: #2E2E2E. Windows color (decimal): -9433061 or 1773680. OLE color: 1773680.
HSL color Cylindrical-coordinate representation of color #70101B: hue angle of 353.12º 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 #70101B is Cyan = 0, Magento = 0.86, Yellow = 0.76 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 16 | 27 | - |
| CMYK | 0 | 0.86 | 0.76 | 0.56 |
| HSL | 353.13º | 0.75% | 0.25% | - |
| HSV(B) | 353.13º | 0.86% | 0.44% | - |
| XYZ | 7.07 | 3.89 | 1.42 | - |
| YUV | 45.96 | 117.3 | 175.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 16 | 27 | 0 | 0.86 | 0.76 | 0.56 | 353.13 | 0.75 | 0.25 |
| Hex | 70 | 10 | 1B | 0 | 56 | 4C | 38 | 161 | 4B | 19 |
| Octal | 160 | 20 | 33 | 0 | 126 | 114 | 70 | 541 | 113 | 31 |
| Binary | 1110000 | 10000 | 11011 | 0 | 1010110 | 1001100 | 111000 | 101100001 | 1001011 | 11001 |
Color Harmonies of #70101B
Complementary color
Monochromatic Colors of #70101B
Black with #70101B
Text Example
Text Example
White with #70101B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70101B; }
p { color: rgb(112,16,27); }
H1.HeaderClassName
{
color: #70101B;
}
.AnyTagClassName
{
color: #70101B;
}
</style>
background-color css
<style>
a { background-color: #70101B; }
a { background-color: rgb(112,16,27); }
div.DivClassName
{
background-color: #70101B;
}
.BgClassName
{
background-color: #70101B;
}
</style>
border-color css
<style>
span { border-color: #70101B; }
span { border-color: rgb(112,16,27); }
td.TdClassName
{
border-color: #70101B;
}
.TagClassName
{
border-color: #70101B;
}
</style>