Shades of Pohutukawa #61070E
Tints of Pohutukawa #61070E
RGB
CMYK
RGB Variations
Color information
#61070E (or 0x61070E) is known color: Pohutukawa. HEX triplet: 61, 07 and 0E. RGB value is (97,7,14). Sum of RGB (Red+Green+Blue) = 97+7+14=118 (15% of max value = 765). Red value is 97 (38.28% from 255 or 82.20% from 118); Green value is 7 (3.12% from 255 or 5.93% from 118); Blue value is 14 (5.86% from 255 or 11.86% from 118); Max value from RGB is 97 - color contains mainly: red. Hex color #61070E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #61070E is #9EF8F1. Grayscale: #222222. Windows color (decimal): -10418418 or 919393. OLE color: 919393.
HSL color Cylindrical-coordinate representation of color #61070E: hue angle of 355.33º degrees, saturation: 0.87, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #61070E is Cyan = 0, Magento = 0.93, Yellow = 0.86 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 7 | 14 | - |
| CMYK | 0 | 0.93 | 0.86 | 0.62 |
| HSL | 355.33º | 0.87% | 0.2% | - |
| HSV(B) | 355.33º | 0.93% | 0.38% | - |
| XYZ | 5.09 | 2.73 | 0.67 | - |
| YUV | 34.71 | 116.32 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 7 | 14 | 0 | 0.93 | 0.86 | 0.62 | 355.33 | 0.87 | 0.2 |
| Hex | 61 | 7 | E | 0 | 5D | 56 | 3E | 163 | 57 | 14 |
| Octal | 141 | 7 | 16 | 0 | 135 | 126 | 76 | 543 | 127 | 24 |
| Binary | 1100001 | 111 | 1110 | 0 | 1011101 | 1010110 | 111110 | 101100011 | 1010111 | 10100 |
Color Harmonies of #61070E
Complementary color
Monochromatic Colors of #61070E
Black with #61070E
Text Example
Text Example
White with #61070E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61070E; }
p { color: rgb(97,7,14); }
H1.HeaderClassName
{
color: #61070E;
}
.AnyTagClassName
{
color: #61070E;
}
</style>
background-color css
<style>
a { background-color: #61070E; }
a { background-color: rgb(97,7,14); }
div.DivClassName
{
background-color: #61070E;
}
.BgClassName
{
background-color: #61070E;
}
</style>
border-color css
<style>
span { border-color: #61070E; }
span { border-color: rgb(97,7,14); }
td.TdClassName
{
border-color: #61070E;
}
.TagClassName
{
border-color: #61070E;
}
</style>