Shades of Pohutukawa #700D1C
Tints of Pohutukawa #700D1C
RGB
CMYK
RGB Variations
Color information
#700D1C (or 0x700D1C) is known color: Pohutukawa. HEX triplet: 70, 0D and 1C. RGB value is (112,13,28). Sum of RGB (Red+Green+Blue) = 112+13+28=153 (20% of max value = 765). Red value is 112 (44.14% from 255 or 73.20% from 153); Green value is 13 (5.47% from 255 or 8.50% from 153); Blue value is 28 (11.33% from 255 or 18.30% from 153); Max value from RGB is 112 - color contains mainly: red. Hex color #700D1C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700D1C is #8FF2E3. Grayscale: #2C2C2C. Windows color (decimal): -9433828 or 1838448. OLE color: 1838448.
HSL color Cylindrical-coordinate representation of color #700D1C: hue angle of 350.91º 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 #700D1C is Cyan = 0, Magento = 0.88, Yellow = 0.75 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 13 | 28 | - |
| CMYK | 0 | 0.88 | 0.75 | 0.56 |
| HSL | 350.91º | 0.79% | 0.25% | - |
| HSV(B) | 350.91º | 0.88% | 0.44% | - |
| XYZ | 7.04 | 3.82 | 1.46 | - |
| YUV | 44.31 | 118.8 | 176.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 13 | 28 | 0 | 0.88 | 0.75 | 0.56 | 350.91 | 0.79 | 0.25 |
| Hex | 70 | D | 1C | 0 | 58 | 4B | 38 | 15F | 4F | 19 |
| Octal | 160 | 15 | 34 | 0 | 130 | 113 | 70 | 537 | 117 | 31 |
| Binary | 1110000 | 1101 | 11100 | 0 | 1011000 | 1001011 | 111000 | 101011111 | 1001111 | 11001 |
Color Harmonies of #700D1C
Complementary color
Monochromatic Colors of #700D1C
Black with #700D1C
Text Example
Text Example
White with #700D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700D1C; }
p { color: rgb(112,13,28); }
H1.HeaderClassName
{
color: #700D1C;
}
.AnyTagClassName
{
color: #700D1C;
}
</style>
background-color css
<style>
a { background-color: #700D1C; }
a { background-color: rgb(112,13,28); }
div.DivClassName
{
background-color: #700D1C;
}
.BgClassName
{
background-color: #700D1C;
}
</style>
border-color css
<style>
span { border-color: #700D1C; }
span { border-color: rgb(112,13,28); }
td.TdClassName
{
border-color: #700D1C;
}
.TagClassName
{
border-color: #700D1C;
}
</style>