Shades of Pohutukawa #700F18
Tints of Pohutukawa #700F18
RGB
CMYK
RGB Variations
Color information
#700F18 (or 0x700F18) is known color: Pohutukawa. HEX triplet: 70, 0F and 18. RGB value is (112,15,24). Sum of RGB (Red+Green+Blue) = 112+15+24=151 (20% of max value = 765). Red value is 112 (44.14% from 255 or 74.17% from 151); Green value is 15 (6.25% from 255 or 9.93% from 151); Blue value is 24 (9.77% from 255 or 15.89% from 151); Max value from RGB is 112 - color contains mainly: red. Hex color #700F18 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700F18 is #8FF0E7. Grayscale: #2D2D2D. Windows color (decimal): -9433320 or 1576816. OLE color: 1576816.
HSL color Cylindrical-coordinate representation of color #700F18: hue angle of 354.43º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #700F18 is Cyan = 0, Magento = 0.87, Yellow = 0.79 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 15 | 24 | - |
| CMYK | 0 | 0.87 | 0.79 | 0.56 |
| HSL | 354.43º | 0.76% | 0.25% | - |
| HSV(B) | 354.43º | 0.87% | 0.44% | - |
| XYZ | 7.02 | 3.85 | 1.24 | - |
| YUV | 45.03 | 116.14 | 175.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 15 | 24 | 0 | 0.87 | 0.79 | 0.56 | 354.43 | 0.76 | 0.25 |
| Hex | 70 | F | 18 | 0 | 57 | 4F | 38 | 162 | 4C | 19 |
| Octal | 160 | 17 | 30 | 0 | 127 | 117 | 70 | 542 | 114 | 31 |
| Binary | 1110000 | 1111 | 11000 | 0 | 1010111 | 1001111 | 111000 | 101100010 | 1001100 | 11001 |
Color Harmonies of #700F18
Complementary color
Monochromatic Colors of #700F18
Black with #700F18
Text Example
Text Example
White with #700F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700F18; }
p { color: rgb(112,15,24); }
H1.HeaderClassName
{
color: #700F18;
}
.AnyTagClassName
{
color: #700F18;
}
</style>
background-color css
<style>
a { background-color: #700F18; }
a { background-color: rgb(112,15,24); }
div.DivClassName
{
background-color: #700F18;
}
.BgClassName
{
background-color: #700F18;
}
</style>
border-color css
<style>
span { border-color: #700F18; }
span { border-color: rgb(112,15,24); }
td.TdClassName
{
border-color: #700F18;
}
.TagClassName
{
border-color: #700F18;
}
</style>