Shades of Pohutukawa #700C18
Tints of Pohutukawa #700C18
RGB
CMYK
RGB Variations
Color information
#700C18 (or 0x700C18) is known color: Pohutukawa. HEX triplet: 70, 0C and 18. RGB value is (112,12,24). Sum of RGB (Red+Green+Blue) = 112+12+24=148 (19% of max value = 765). Red value is 112 (44.14% from 255 or 75.68% from 148); Green value is 12 (5.08% from 255 or 8.11% from 148); Blue value is 24 (9.77% from 255 or 16.22% from 148); Max value from RGB is 112 - color contains mainly: red. Hex color #700C18 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700C18 is #8FF3E7. Grayscale: #2B2B2B. Windows color (decimal): -9434088 or 1576048. OLE color: 1576048.
HSL color Cylindrical-coordinate representation of color #700C18: hue angle of 352.8º 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 #700C18 is Cyan = 0, Magento = 0.89, Yellow = 0.79 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 12 | 24 | - |
| CMYK | 0 | 0.89 | 0.79 | 0.56 |
| HSL | 352.8º | 0.81% | 0.24% | - |
| HSV(B) | 352.8º | 0.89% | 0.44% | - |
| XYZ | 6.98 | 3.77 | 1.22 | - |
| YUV | 43.27 | 117.13 | 177.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 12 | 24 | 0 | 0.89 | 0.79 | 0.56 | 352.8 | 0.81 | 0.24 |
| Hex | 70 | C | 18 | 0 | 59 | 4F | 38 | 161 | 51 | 18 |
| Octal | 160 | 14 | 30 | 0 | 131 | 117 | 70 | 541 | 121 | 30 |
| Binary | 1110000 | 1100 | 11000 | 0 | 1011001 | 1001111 | 111000 | 101100001 | 1010001 | 11000 |
Color Harmonies of #700C18
Complementary color
Monochromatic Colors of #700C18
Black with #700C18
Text Example
Text Example
White with #700C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700C18; }
p { color: rgb(112,12,24); }
H1.HeaderClassName
{
color: #700C18;
}
.AnyTagClassName
{
color: #700C18;
}
</style>
background-color css
<style>
a { background-color: #700C18; }
a { background-color: rgb(112,12,24); }
div.DivClassName
{
background-color: #700C18;
}
.BgClassName
{
background-color: #700C18;
}
</style>
border-color css
<style>
span { border-color: #700C18; }
span { border-color: rgb(112,12,24); }
td.TdClassName
{
border-color: #700C18;
}
.TagClassName
{
border-color: #700C18;
}
</style>