Shades of Pohutukawa #700F20
Tints of Pohutukawa #700F20
RGB
CMYK
RGB Variations
Color information
#700F20 (or 0x700F20) is known color: Pohutukawa. HEX triplet: 70, 0F and 20. RGB value is (112,15,32). Sum of RGB (Red+Green+Blue) = 112+15+32=159 (21% of max value = 765). Red value is 112 (44.14% from 255 or 70.44% from 159); Green value is 15 (6.25% from 255 or 9.43% from 159); Blue value is 32 (12.89% from 255 or 20.13% from 159); Max value from RGB is 112 - color contains mainly: red. Hex color #700F20 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700F20 is #8FF0DF. Grayscale: #2D2D2D. Windows color (decimal): -9433312 or 2101104. OLE color: 2101104.
HSL color Cylindrical-coordinate representation of color #700F20: hue angle of 349.48º 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 #700F20 is Cyan = 0, Magento = 0.87, Yellow = 0.71 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 15 | 32 | - |
| CMYK | 0 | 0.87 | 0.71 | 0.56 |
| HSL | 349.48º | 0.76% | 0.25% | - |
| HSV(B) | 349.48º | 0.87% | 0.44% | - |
| XYZ | 7.11 | 3.89 | 1.74 | - |
| YUV | 45.94 | 120.14 | 175.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 15 | 32 | 0 | 0.87 | 0.71 | 0.56 | 349.48 | 0.76 | 0.25 |
| Hex | 70 | F | 20 | 0 | 57 | 47 | 38 | 15D | 4C | 19 |
| Octal | 160 | 17 | 40 | 0 | 127 | 107 | 70 | 535 | 114 | 31 |
| Binary | 1110000 | 1111 | 100000 | 0 | 1010111 | 1000111 | 111000 | 101011101 | 1001100 | 11001 |
Color Harmonies of #700F20
Complementary color
Monochromatic Colors of #700F20
Black with #700F20
Text Example
Text Example
White with #700F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700F20; }
p { color: rgb(112,15,32); }
H1.HeaderClassName
{
color: #700F20;
}
.AnyTagClassName
{
color: #700F20;
}
</style>
background-color css
<style>
a { background-color: #700F20; }
a { background-color: rgb(112,15,32); }
div.DivClassName
{
background-color: #700F20;
}
.BgClassName
{
background-color: #700F20;
}
</style>
border-color css
<style>
span { border-color: #700F20; }
span { border-color: rgb(112,15,32); }
td.TdClassName
{
border-color: #700F20;
}
.TagClassName
{
border-color: #700F20;
}
</style>