Shades of Pohutukawa #700D12
Tints of Pohutukawa #700D12
RGB
CMYK
RGB Variations
Color information
#700D12 (or 0x700D12) is known color: Pohutukawa. HEX triplet: 70, 0D and 12. RGB value is (112,13,18). Sum of RGB (Red+Green+Blue) = 112+13+18=143 (18% of max value = 765). Red value is 112 (44.14% from 255 or 78.32% from 143); Green value is 13 (5.47% from 255 or 9.09% from 143); Blue value is 18 (7.42% from 255 or 12.59% from 143); Max value from RGB is 112 - color contains mainly: red. Hex color #700D12 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700D12 is #8FF2ED. Grayscale: #2B2B2B. Windows color (decimal): -9433838 or 1183088. OLE color: 1183088.
HSL color Cylindrical-coordinate representation of color #700D12: hue angle of 356.97º degrees, saturation: 0.79, 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 #700D12 is Cyan = 0, Magento = 0.88, Yellow = 0.84 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 13 | 18 | - |
| CMYK | 0 | 0.88 | 0.84 | 0.56 |
| HSL | 356.97º | 0.79% | 0.25% | - |
| HSV(B) | 356.97º | 0.88% | 0.44% | - |
| XYZ | 6.94 | 3.78 | 0.94 | - |
| YUV | 43.17 | 113.8 | 177.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 13 | 18 | 0 | 0.88 | 0.84 | 0.56 | 356.97 | 0.79 | 0.25 |
| Hex | 70 | D | 12 | 0 | 58 | 54 | 38 | 165 | 4F | 19 |
| Octal | 160 | 15 | 22 | 0 | 130 | 124 | 70 | 545 | 117 | 31 |
| Binary | 1110000 | 1101 | 10010 | 0 | 1011000 | 1010100 | 111000 | 101100101 | 1001111 | 11001 |
Color Harmonies of #700D12
Complementary color
Monochromatic Colors of #700D12
Black with #700D12
Text Example
Text Example
White with #700D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700D12; }
p { color: rgb(112,13,18); }
H1.HeaderClassName
{
color: #700D12;
}
.AnyTagClassName
{
color: #700D12;
}
</style>
background-color css
<style>
a { background-color: #700D12; }
a { background-color: rgb(112,13,18); }
div.DivClassName
{
background-color: #700D12;
}
.BgClassName
{
background-color: #700D12;
}
</style>
border-color css
<style>
span { border-color: #700D12; }
span { border-color: rgb(112,13,18); }
td.TdClassName
{
border-color: #700D12;
}
.TagClassName
{
border-color: #700D12;
}
</style>