Shades of Pohutukawa #700C19
Tints of Pohutukawa #700C19
RGB
CMYK
RGB Variations
Color information
#700C19 (or 0x700C19) is known color: Pohutukawa. HEX triplet: 70, 0C and 19. RGB value is (112,12,25). Sum of RGB (Red+Green+Blue) = 112+12+25=149 (19% of max value = 765). Red value is 112 (44.14% from 255 or 75.17% from 149); Green value is 12 (5.08% from 255 or 8.05% from 149); Blue value is 25 (10.16% from 255 or 16.78% from 149); Max value from RGB is 112 - color contains mainly: red. Hex color #700C19 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700C19 is #8FF3E6. Grayscale: #2B2B2B. Windows color (decimal): -9434087 or 1641584. OLE color: 1641584.
HSL color Cylindrical-coordinate representation of color #700C19: hue angle of 352.2º 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 #700C19 is Cyan = 0, Magento = 0.89, Yellow = 0.78 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 12 | 25 | - |
| CMYK | 0 | 0.89 | 0.78 | 0.56 |
| HSL | 352.2º | 0.81% | 0.24% | - |
| HSV(B) | 352.2º | 0.89% | 0.44% | - |
| XYZ | 6.99 | 3.78 | 1.28 | - |
| YUV | 43.38 | 117.63 | 176.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 12 | 25 | 0 | 0.89 | 0.78 | 0.56 | 352.2 | 0.81 | 0.24 |
| Hex | 70 | C | 19 | 0 | 59 | 4E | 38 | 160 | 51 | 18 |
| Octal | 160 | 14 | 31 | 0 | 131 | 116 | 70 | 540 | 121 | 30 |
| Binary | 1110000 | 1100 | 11001 | 0 | 1011001 | 1001110 | 111000 | 101100000 | 1010001 | 11000 |
Color Harmonies of #700C19
Complementary color
Monochromatic Colors of #700C19
Black with #700C19
Text Example
Text Example
White with #700C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700C19; }
p { color: rgb(112,12,25); }
H1.HeaderClassName
{
color: #700C19;
}
.AnyTagClassName
{
color: #700C19;
}
</style>
background-color css
<style>
a { background-color: #700C19; }
a { background-color: rgb(112,12,25); }
div.DivClassName
{
background-color: #700C19;
}
.BgClassName
{
background-color: #700C19;
}
</style>
border-color css
<style>
span { border-color: #700C19; }
span { border-color: rgb(112,12,25); }
td.TdClassName
{
border-color: #700C19;
}
.TagClassName
{
border-color: #700C19;
}
</style>