Shades of Pohutukawa #700C12
Tints of Pohutukawa #700C12
RGB
CMYK
RGB Variations
Color information
#700C12 (or 0x700C12) is known color: Pohutukawa. HEX triplet: 70, 0C and 12. RGB value is (112,12,18). Sum of RGB (Red+Green+Blue) = 112+12+18=142 (18% of max value = 765). Red value is 112 (44.14% from 255 or 78.87% from 142); Green value is 12 (5.08% from 255 or 8.45% from 142); Blue value is 18 (7.42% from 255 or 12.68% from 142); Max value from RGB is 112 - color contains mainly: red. Hex color #700C12 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700C12 is #8FF3ED. Grayscale: #2A2A2A. Windows color (decimal): -9434094 or 1182832. OLE color: 1182832.
HSL color Cylindrical-coordinate representation of color #700C12: hue angle of 356.4º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #700C12 is Cyan = 0, Magento = 0.89, Yellow = 0.84 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 12 | 18 | - |
| CMYK | 0 | 0.89 | 0.84 | 0.56 |
| HSL | 356.4º | 0.81% | 0.24% | - |
| HSV(B) | 356.4º | 0.89% | 0.44% | - |
| XYZ | 6.92 | 3.75 | 0.93 | - |
| YUV | 42.58 | 114.13 | 177.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 12 | 18 | 0 | 0.89 | 0.84 | 0.56 | 356.4 | 0.81 | 0.24 |
| Hex | 70 | C | 12 | 0 | 59 | 54 | 38 | 164 | 51 | 18 |
| Octal | 160 | 14 | 22 | 0 | 131 | 124 | 70 | 544 | 121 | 30 |
| Binary | 1110000 | 1100 | 10010 | 0 | 1011001 | 1010100 | 111000 | 101100100 | 1010001 | 11000 |
Color Harmonies of #700C12
Complementary color
Monochromatic Colors of #700C12
Black with #700C12
Text Example
Text Example
White with #700C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700C12; }
p { color: rgb(112,12,18); }
H1.HeaderClassName
{
color: #700C12;
}
.AnyTagClassName
{
color: #700C12;
}
</style>
background-color css
<style>
a { background-color: #700C12; }
a { background-color: rgb(112,12,18); }
div.DivClassName
{
background-color: #700C12;
}
.BgClassName
{
background-color: #700C12;
}
</style>
border-color css
<style>
span { border-color: #700C12; }
span { border-color: rgb(112,12,18); }
td.TdClassName
{
border-color: #700C12;
}
.TagClassName
{
border-color: #700C12;
}
</style>