Shades of Pohutukawa #700D2A
Tints of Pohutukawa #700D2A
RGB
CMYK
RGB Variations
Color information
#700D2A (or 0x700D2A) is known color: Pohutukawa. HEX triplet: 70, 0D and 2A. RGB value is (112,13,42). Sum of RGB (Red+Green+Blue) = 112+13+42=167 (22% of max value = 765). Red value is 112 (44.14% from 255 or 67.07% from 167); Green value is 13 (5.47% from 255 or 7.78% from 167); Blue value is 42 (16.80% from 255 or 25.15% from 167); Max value from RGB is 112 - color contains mainly: red. Hex color #700D2A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700D2A is #8FF2D5. Grayscale: #2D2D2D. Windows color (decimal): -9433814 or 2755952. OLE color: 2755952.
HSL color Cylindrical-coordinate representation of color #700D2A: hue angle of 342.42º 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 #700D2A is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 13 | 42 | - |
| CMYK | 0 | 0.88 | 0.62 | 0.56 |
| HSL | 342.42º | 0.79% | 0.25% | - |
| HSV(B) | 342.42º | 0.88% | 0.44% | - |
| XYZ | 7.24 | 3.9 | 2.56 | - |
| YUV | 45.91 | 125.8 | 175.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 13 | 42 | 0 | 0.88 | 0.62 | 0.56 | 342.42 | 0.79 | 0.25 |
| Hex | 70 | D | 2A | 0 | 58 | 3E | 38 | 156 | 4F | 19 |
| Octal | 160 | 15 | 52 | 0 | 130 | 76 | 70 | 526 | 117 | 31 |
| Binary | 1110000 | 1101 | 101010 | 0 | 1011000 | 111110 | 111000 | 101010110 | 1001111 | 11001 |
Color Harmonies of #700D2A
Complementary color
Monochromatic Colors of #700D2A
Black with #700D2A
Text Example
Text Example
White with #700D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700D2A; }
p { color: rgb(112,13,42); }
H1.HeaderClassName
{
color: #700D2A;
}
.AnyTagClassName
{
color: #700D2A;
}
</style>
background-color css
<style>
a { background-color: #700D2A; }
a { background-color: rgb(112,13,42); }
div.DivClassName
{
background-color: #700D2A;
}
.BgClassName
{
background-color: #700D2A;
}
</style>
border-color css
<style>
span { border-color: #700D2A; }
span { border-color: rgb(112,13,42); }
td.TdClassName
{
border-color: #700D2A;
}
.TagClassName
{
border-color: #700D2A;
}
</style>