Shades of Pohutukawa #701023
Tints of Pohutukawa #701023
RGB
CMYK
RGB Variations
Color information
#701023 (or 0x701023) is known color: Pohutukawa. HEX triplet: 70, 10 and 23. RGB value is (112,16,35). Sum of RGB (Red+Green+Blue) = 112+16+35=163 (21% of max value = 765). Red value is 112 (44.14% from 255 or 68.71% from 163); Green value is 16 (6.64% from 255 or 9.82% from 163); Blue value is 35 (14.06% from 255 or 21.47% from 163); Max value from RGB is 112 - color contains mainly: red. Hex color #701023 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701023 is #8FEFDC. Grayscale: #2E2E2E. Windows color (decimal): -9433053 or 2297968. OLE color: 2297968.
HSL color Cylindrical-coordinate representation of color #701023: hue angle of 348.12º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #701023 is Cyan = 0, Magento = 0.86, Yellow = 0.69 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 16 | 35 | - |
| CMYK | 0 | 0.86 | 0.69 | 0.56 |
| HSL | 348.13º | 0.75% | 0.25% | - |
| HSV(B) | 348.13º | 0.86% | 0.44% | - |
| XYZ | 7.17 | 3.94 | 1.97 | - |
| YUV | 46.87 | 121.3 | 174.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 16 | 35 | 0 | 0.86 | 0.69 | 0.56 | 348.13 | 0.75 | 0.25 |
| Hex | 70 | 10 | 23 | 0 | 56 | 45 | 38 | 15C | 4B | 19 |
| Octal | 160 | 20 | 43 | 0 | 126 | 105 | 70 | 534 | 113 | 31 |
| Binary | 1110000 | 10000 | 100011 | 0 | 1010110 | 1000101 | 111000 | 101011100 | 1001011 | 11001 |
Color Harmonies of #701023
Complementary color
Monochromatic Colors of #701023
Black with #701023
Text Example
Text Example
White with #701023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701023; }
p { color: rgb(112,16,35); }
H1.HeaderClassName
{
color: #701023;
}
.AnyTagClassName
{
color: #701023;
}
</style>
background-color css
<style>
a { background-color: #701023; }
a { background-color: rgb(112,16,35); }
div.DivClassName
{
background-color: #701023;
}
.BgClassName
{
background-color: #701023;
}
</style>
border-color css
<style>
span { border-color: #701023; }
span { border-color: rgb(112,16,35); }
td.TdClassName
{
border-color: #701023;
}
.TagClassName
{
border-color: #701023;
}
</style>