Shades of Pohutukawa #700F22
Tints of Pohutukawa #700F22
RGB
CMYK
RGB Variations
Color information
#700F22 (or 0x700F22) is known color: Pohutukawa. HEX triplet: 70, 0F and 22. RGB value is (112,15,34). Sum of RGB (Red+Green+Blue) = 112+15+34=161 (21% of max value = 765). Red value is 112 (44.14% from 255 or 69.57% from 161); Green value is 15 (6.25% from 255 or 9.32% from 161); Blue value is 34 (13.67% from 255 or 21.12% from 161); Max value from RGB is 112 - color contains mainly: red. Hex color #700F22 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700F22 is #8FF0DD. Grayscale: #2E2E2E. Windows color (decimal): -9433310 or 2232176. OLE color: 2232176.
HSL color Cylindrical-coordinate representation of color #700F22: hue angle of 348.25º 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 #700F22 is Cyan = 0, Magento = 0.87, Yellow = 0.70 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 15 | 34 | - |
| CMYK | 0 | 0.87 | 0.70 | 0.56 |
| HSL | 348.25º | 0.76% | 0.25% | - |
| HSV(B) | 348.25º | 0.87% | 0.44% | - |
| XYZ | 7.14 | 3.9 | 1.89 | - |
| YUV | 46.17 | 121.14 | 174.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 15 | 34 | 0 | 0.87 | 0.70 | 0.56 | 348.25 | 0.76 | 0.25 |
| Hex | 70 | F | 22 | 0 | 57 | 46 | 38 | 15C | 4C | 19 |
| Octal | 160 | 17 | 42 | 0 | 127 | 106 | 70 | 534 | 114 | 31 |
| Binary | 1110000 | 1111 | 100010 | 0 | 1010111 | 1000110 | 111000 | 101011100 | 1001100 | 11001 |
Color Harmonies of #700F22
Complementary color
Monochromatic Colors of #700F22
Black with #700F22
Text Example
Text Example
White with #700F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700F22; }
p { color: rgb(112,15,34); }
H1.HeaderClassName
{
color: #700F22;
}
.AnyTagClassName
{
color: #700F22;
}
</style>
background-color css
<style>
a { background-color: #700F22; }
a { background-color: rgb(112,15,34); }
div.DivClassName
{
background-color: #700F22;
}
.BgClassName
{
background-color: #700F22;
}
</style>
border-color css
<style>
span { border-color: #700F22; }
span { border-color: rgb(112,15,34); }
td.TdClassName
{
border-color: #700F22;
}
.TagClassName
{
border-color: #700F22;
}
</style>