Shades of Pohutukawa #700E1B
Tints of Pohutukawa #700E1B
RGB
CMYK
RGB Variations
Color information
#700E1B (or 0x700E1B) is known color: Pohutukawa. HEX triplet: 70, 0E and 1B. RGB value is (112,14,27). Sum of RGB (Red+Green+Blue) = 112+14+27=153 (20% of max value = 765). Red value is 112 (44.14% from 255 or 73.20% from 153); Green value is 14 (5.86% from 255 or 9.15% from 153); Blue value is 27 (10.94% from 255 or 17.65% from 153); Max value from RGB is 112 - color contains mainly: red. Hex color #700E1B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700E1B is #8FF1E4. Grayscale: #2C2C2C. Windows color (decimal): -9433573 or 1773168. OLE color: 1773168.
HSL color Cylindrical-coordinate representation of color #700E1B: hue angle of 352.04º 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 #700E1B is Cyan = 0, Magento = 0.88, Yellow = 0.76 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 14 | 27 | - |
| CMYK | 0 | 0.88 | 0.76 | 0.56 |
| HSL | 352.04º | 0.78% | 0.25% | - |
| HSV(B) | 352.04º | 0.88% | 0.44% | - |
| XYZ | 7.04 | 3.84 | 1.41 | - |
| YUV | 44.78 | 117.97 | 175.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 14 | 27 | 0 | 0.88 | 0.76 | 0.56 | 352.04 | 0.78 | 0.25 |
| Hex | 70 | E | 1B | 0 | 58 | 4C | 38 | 160 | 4E | 19 |
| Octal | 160 | 16 | 33 | 0 | 130 | 114 | 70 | 540 | 116 | 31 |
| Binary | 1110000 | 1110 | 11011 | 0 | 1011000 | 1001100 | 111000 | 101100000 | 1001110 | 11001 |
Color Harmonies of #700E1B
Complementary color
Monochromatic Colors of #700E1B
Black with #700E1B
Text Example
Text Example
White with #700E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700E1B; }
p { color: rgb(112,14,27); }
H1.HeaderClassName
{
color: #700E1B;
}
.AnyTagClassName
{
color: #700E1B;
}
</style>
background-color css
<style>
a { background-color: #700E1B; }
a { background-color: rgb(112,14,27); }
div.DivClassName
{
background-color: #700E1B;
}
.BgClassName
{
background-color: #700E1B;
}
</style>
border-color css
<style>
span { border-color: #700E1B; }
span { border-color: rgb(112,14,27); }
td.TdClassName
{
border-color: #700E1B;
}
.TagClassName
{
border-color: #700E1B;
}
</style>