Shades of Pohutukawa #700F1C
Tints of Pohutukawa #700F1C
RGB
CMYK
RGB Variations
Color information
#700F1C (or 0x700F1C) is known color: Pohutukawa. HEX triplet: 70, 0F and 1C. RGB value is (112,15,28). Sum of RGB (Red+Green+Blue) = 112+15+28=155 (20% of max value = 765). Red value is 112 (44.14% from 255 or 72.26% from 155); Green value is 15 (6.25% from 255 or 9.68% from 155); Blue value is 28 (11.33% from 255 or 18.06% from 155); Max value from RGB is 112 - color contains mainly: red. Hex color #700F1C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700F1C is #8FF0E3. Grayscale: #2D2D2D. Windows color (decimal): -9433316 or 1838960. OLE color: 1838960.
HSL color Cylindrical-coordinate representation of color #700F1C: hue angle of 351.96º 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 #700F1C is Cyan = 0, Magento = 0.87, Yellow = 0.75 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 15 | 28 | - |
| CMYK | 0 | 0.87 | 0.75 | 0.56 |
| HSL | 351.96º | 0.76% | 0.25% | - |
| HSV(B) | 351.96º | 0.87% | 0.44% | - |
| XYZ | 7.06 | 3.87 | 1.47 | - |
| YUV | 45.49 | 118.14 | 175.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 15 | 28 | 0 | 0.87 | 0.75 | 0.56 | 351.96 | 0.76 | 0.25 |
| Hex | 70 | F | 1C | 0 | 57 | 4B | 38 | 160 | 4C | 19 |
| Octal | 160 | 17 | 34 | 0 | 127 | 113 | 70 | 540 | 114 | 31 |
| Binary | 1110000 | 1111 | 11100 | 0 | 1010111 | 1001011 | 111000 | 101100000 | 1001100 | 11001 |
Color Harmonies of #700F1C
Complementary color
Monochromatic Colors of #700F1C
Black with #700F1C
Text Example
Text Example
White with #700F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700F1C; }
p { color: rgb(112,15,28); }
H1.HeaderClassName
{
color: #700F1C;
}
.AnyTagClassName
{
color: #700F1C;
}
</style>
background-color css
<style>
a { background-color: #700F1C; }
a { background-color: rgb(112,15,28); }
div.DivClassName
{
background-color: #700F1C;
}
.BgClassName
{
background-color: #700F1C;
}
</style>
border-color css
<style>
span { border-color: #700F1C; }
span { border-color: rgb(112,15,28); }
td.TdClassName
{
border-color: #700F1C;
}
.TagClassName
{
border-color: #700F1C;
}
</style>