Shades of Pohutukawa #700E26
Tints of Pohutukawa #700E26
RGB
CMYK
RGB Variations
Color information
#700E26 (or 0x700E26) is known color: Pohutukawa. HEX triplet: 70, 0E and 26. RGB value is (112,14,38). Sum of RGB (Red+Green+Blue) = 112+14+38=164 (21% of max value = 765). Red value is 112 (44.14% from 255 or 68.29% from 164); Green value is 14 (5.86% from 255 or 8.54% from 164); Blue value is 38 (15.23% from 255 or 23.17% from 164); Max value from RGB is 112 - color contains mainly: red. Hex color #700E26 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700E26 is #8FF1D9. Grayscale: #2E2E2E. Windows color (decimal): -9433562 or 2494064. OLE color: 2494064.
HSL color Cylindrical-coordinate representation of color #700E26: hue angle of 345.31º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #700E26 is Cyan = 0, Magento = 0.88, Yellow = 0.66 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 14 | 38 | - |
| CMYK | 0 | 0.88 | 0.66 | 0.56 |
| HSL | 345.31º | 0.78% | 0.25% | - |
| HSV(B) | 345.31º | 0.88% | 0.44% | - |
| XYZ | 7.19 | 3.9 | 2.21 | - |
| YUV | 46.04 | 123.47 | 175.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 14 | 38 | 0 | 0.88 | 0.66 | 0.56 | 345.31 | 0.78 | 0.25 |
| Hex | 70 | E | 26 | 0 | 58 | 42 | 38 | 159 | 4E | 19 |
| Octal | 160 | 16 | 46 | 0 | 130 | 102 | 70 | 531 | 116 | 31 |
| Binary | 1110000 | 1110 | 100110 | 0 | 1011000 | 1000010 | 111000 | 101011001 | 1001110 | 11001 |
Color Harmonies of #700E26
Complementary color
Monochromatic Colors of #700E26
Black with #700E26
Text Example
Text Example
White with #700E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700E26; }
p { color: rgb(112,14,38); }
H1.HeaderClassName
{
color: #700E26;
}
.AnyTagClassName
{
color: #700E26;
}
</style>
background-color css
<style>
a { background-color: #700E26; }
a { background-color: rgb(112,14,38); }
div.DivClassName
{
background-color: #700E26;
}
.BgClassName
{
background-color: #700E26;
}
</style>
border-color css
<style>
span { border-color: #700E26; }
span { border-color: rgb(112,14,38); }
td.TdClassName
{
border-color: #700E26;
}
.TagClassName
{
border-color: #700E26;
}
</style>