Shades of Pohutukawa #701025
Tints of Pohutukawa #701025
RGB
CMYK
RGB Variations
Color information
#701025 (or 0x701025) is known color: Pohutukawa. HEX triplet: 70, 10 and 25. RGB value is (112,16,37). Sum of RGB (Red+Green+Blue) = 112+16+37=165 (21% of max value = 765). Red value is 112 (44.14% from 255 or 67.88% from 165); Green value is 16 (6.64% from 255 or 9.70% from 165); Blue value is 37 (14.84% from 255 or 22.42% from 165); Max value from RGB is 112 - color contains mainly: red. Hex color #701025 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701025 is #8FEFDA. Grayscale: #2F2F2F. Windows color (decimal): -9433051 or 2429040. OLE color: 2429040.
HSL color Cylindrical-coordinate representation of color #701025: hue angle of 346.88º 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 #701025 is Cyan = 0, Magento = 0.86, Yellow = 0.67 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 16 | 37 | - |
| CMYK | 0 | 0.86 | 0.67 | 0.56 |
| HSL | 346.88º | 0.75% | 0.25% | - |
| HSV(B) | 346.88º | 0.86% | 0.44% | - |
| XYZ | 7.2 | 3.95 | 2.13 | - |
| YUV | 47.1 | 122.3 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 16 | 37 | 0 | 0.86 | 0.67 | 0.56 | 346.88 | 0.75 | 0.25 |
| Hex | 70 | 10 | 25 | 0 | 56 | 43 | 38 | 15B | 4B | 19 |
| Octal | 160 | 20 | 45 | 0 | 126 | 103 | 70 | 533 | 113 | 31 |
| Binary | 1110000 | 10000 | 100101 | 0 | 1010110 | 1000011 | 111000 | 101011011 | 1001011 | 11001 |
Color Harmonies of #701025
Complementary color
Monochromatic Colors of #701025
Black with #701025
Text Example
Text Example
White with #701025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701025; }
p { color: rgb(112,16,37); }
H1.HeaderClassName
{
color: #701025;
}
.AnyTagClassName
{
color: #701025;
}
</style>
background-color css
<style>
a { background-color: #701025; }
a { background-color: rgb(112,16,37); }
div.DivClassName
{
background-color: #701025;
}
.BgClassName
{
background-color: #701025;
}
</style>
border-color css
<style>
span { border-color: #701025; }
span { border-color: rgb(112,16,37); }
td.TdClassName
{
border-color: #701025;
}
.TagClassName
{
border-color: #701025;
}
</style>