Shades of Pohutukawa #700F1F
Tints of Pohutukawa #700F1F
RGB
CMYK
RGB Variations
Color information
#700F1F (or 0x700F1F) is known color: Pohutukawa. HEX triplet: 70, 0F and 1F. RGB value is (112,15,31). Sum of RGB (Red+Green+Blue) = 112+15+31=158 (20% of max value = 765). Red value is 112 (44.14% from 255 or 70.89% from 158); Green value is 15 (6.25% from 255 or 9.49% from 158); Blue value is 31 (12.5% from 255 or 19.62% from 158); Max value from RGB is 112 - color contains mainly: red. Hex color #700F1F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700F1F is #8FF0E0. Grayscale: #2D2D2D. Windows color (decimal): -9433313 or 2035568. OLE color: 2035568.
HSL color Cylindrical-coordinate representation of color #700F1F: hue angle of 350.1º 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 #700F1F is Cyan = 0, Magento = 0.87, Yellow = 0.72 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 15 | 31 | - |
| CMYK | 0 | 0.87 | 0.72 | 0.56 |
| HSL | 350.1º | 0.76% | 0.25% | - |
| HSV(B) | 350.1º | 0.87% | 0.44% | - |
| XYZ | 7.1 | 3.89 | 1.67 | - |
| YUV | 45.83 | 119.64 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 15 | 31 | 0 | 0.87 | 0.72 | 0.56 | 350.1 | 0.76 | 0.25 |
| Hex | 70 | F | 1F | 0 | 57 | 48 | 38 | 15E | 4C | 19 |
| Octal | 160 | 17 | 37 | 0 | 127 | 110 | 70 | 536 | 114 | 31 |
| Binary | 1110000 | 1111 | 11111 | 0 | 1010111 | 1001000 | 111000 | 101011110 | 1001100 | 11001 |
Color Harmonies of #700F1F
Complementary color
Monochromatic Colors of #700F1F
Black with #700F1F
Text Example
Text Example
White with #700F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700F1F; }
p { color: rgb(112,15,31); }
H1.HeaderClassName
{
color: #700F1F;
}
.AnyTagClassName
{
color: #700F1F;
}
</style>
background-color css
<style>
a { background-color: #700F1F; }
a { background-color: rgb(112,15,31); }
div.DivClassName
{
background-color: #700F1F;
}
.BgClassName
{
background-color: #700F1F;
}
</style>
border-color css
<style>
span { border-color: #700F1F; }
span { border-color: rgb(112,15,31); }
td.TdClassName
{
border-color: #700F1F;
}
.TagClassName
{
border-color: #700F1F;
}
</style>