Shades of Pohutukawa #700F1D
Tints of Pohutukawa #700F1D
RGB
CMYK
RGB Variations
Color information
#700F1D (or 0x700F1D) is known color: Pohutukawa. HEX triplet: 70, 0F and 1D. RGB value is (112,15,29). Sum of RGB (Red+Green+Blue) = 112+15+29=156 (20% of max value = 765). Red value is 112 (44.14% from 255 or 71.79% from 156); Green value is 15 (6.25% from 255 or 9.62% from 156); Blue value is 29 (11.72% from 255 or 18.59% from 156); Max value from RGB is 112 - color contains mainly: red. Hex color #700F1D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700F1D is #8FF0E2. Grayscale: #2D2D2D. Windows color (decimal): -9433315 or 1904496. OLE color: 1904496.
HSL color Cylindrical-coordinate representation of color #700F1D: hue angle of 351.34º 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 #700F1D is Cyan = 0, Magento = 0.87, Yellow = 0.74 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 15 | 29 | - |
| CMYK | 0 | 0.87 | 0.74 | 0.56 |
| HSL | 351.34º | 0.76% | 0.25% | - |
| HSV(B) | 351.34º | 0.87% | 0.44% | - |
| XYZ | 7.07 | 3.88 | 1.54 | - |
| YUV | 45.6 | 118.64 | 175.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 15 | 29 | 0 | 0.87 | 0.74 | 0.56 | 351.34 | 0.76 | 0.25 |
| Hex | 70 | F | 1D | 0 | 57 | 4A | 38 | 15F | 4C | 19 |
| Octal | 160 | 17 | 35 | 0 | 127 | 112 | 70 | 537 | 114 | 31 |
| Binary | 1110000 | 1111 | 11101 | 0 | 1010111 | 1001010 | 111000 | 101011111 | 1001100 | 11001 |
Color Harmonies of #700F1D
Complementary color
Monochromatic Colors of #700F1D
Black with #700F1D
Text Example
Text Example
White with #700F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700F1D; }
p { color: rgb(112,15,29); }
H1.HeaderClassName
{
color: #700F1D;
}
.AnyTagClassName
{
color: #700F1D;
}
</style>
background-color css
<style>
a { background-color: #700F1D; }
a { background-color: rgb(112,15,29); }
div.DivClassName
{
background-color: #700F1D;
}
.BgClassName
{
background-color: #700F1D;
}
</style>
border-color css
<style>
span { border-color: #700F1D; }
span { border-color: rgb(112,15,29); }
td.TdClassName
{
border-color: #700F1D;
}
.TagClassName
{
border-color: #700F1D;
}
</style>