Shades of Pohutukawa #61162E
Tints of Pohutukawa #61162E
RGB
CMYK
RGB Variations
Color information
#61162E (or 0x61162E) is known color: Pohutukawa. HEX triplet: 61, 16 and 2E. RGB value is (97,22,46). Sum of RGB (Red+Green+Blue) = 97+22+46=165 (21% of max value = 765). Red value is 97 (38.28% from 255 or 58.79% from 165); Green value is 22 (8.98% from 255 or 13.33% from 165); Blue value is 46 (18.36% from 255 or 27.88% from 165); Max value from RGB is 97 - color contains mainly: red. Hex color #61162E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61162E is #9EE9D1. Grayscale: #2F2F2F. Windows color (decimal): -10414546 or 3020385. OLE color: 3020385.
HSL color Cylindrical-coordinate representation of color #61162E: hue angle of 340.8º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #61162E is Cyan = 0, Magento = 0.77, Yellow = 0.53 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 22 | 46 | - |
| CMYK | 0 | 0.77 | 0.53 | 0.62 |
| HSL | 340.8º | 0.63% | 0.23% | - |
| HSV(B) | 340.8º | 0.77% | 0.38% | - |
| XYZ | 5.71 | 3.31 | 2.92 | - |
| YUV | 47.16 | 127.35 | 163.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 22 | 46 | 0 | 0.77 | 0.53 | 0.62 | 340.8 | 0.63 | 0.23 |
| Hex | 61 | 16 | 2E | 0 | 4D | 35 | 3E | 155 | 3F | 17 |
| Octal | 141 | 26 | 56 | 0 | 115 | 65 | 76 | 525 | 77 | 27 |
| Binary | 1100001 | 10110 | 101110 | 0 | 1001101 | 110101 | 111110 | 101010101 | 111111 | 10111 |
Color Harmonies of #61162E
Complementary color
Monochromatic Colors of #61162E
Black with #61162E
Text Example
Text Example
White with #61162E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61162E; }
p { color: rgb(97,22,46); }
H1.HeaderClassName
{
color: #61162E;
}
.AnyTagClassName
{
color: #61162E;
}
</style>
background-color css
<style>
a { background-color: #61162E; }
a { background-color: rgb(97,22,46); }
div.DivClassName
{
background-color: #61162E;
}
.BgClassName
{
background-color: #61162E;
}
</style>
border-color css
<style>
span { border-color: #61162E; }
span { border-color: rgb(97,22,46); }
td.TdClassName
{
border-color: #61162E;
}
.TagClassName
{
border-color: #61162E;
}
</style>