Shades of Pohutukawa #61090E
Tints of Pohutukawa #61090E
RGB
CMYK
RGB Variations
Color information
#61090E (or 0x61090E) is known color: Pohutukawa. HEX triplet: 61, 09 and 0E. RGB value is (97,9,14). Sum of RGB (Red+Green+Blue) = 97+9+14=120 (15% of max value = 765). Red value is 97 (38.28% from 255 or 80.83% from 120); Green value is 9 (3.91% from 255 or 7.5% from 120); Blue value is 14 (5.86% from 255 or 11.67% from 120); Max value from RGB is 97 - color contains mainly: red. Hex color #61090E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #61090E is #9EF6F1. Grayscale: #232323. Windows color (decimal): -10417906 or 919905. OLE color: 919905.
HSL color Cylindrical-coordinate representation of color #61090E: hue angle of 356.59º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #61090E is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 9 | 14 | - |
| CMYK | 0 | 0.91 | 0.86 | 0.62 |
| HSL | 356.59º | 0.83% | 0.21% | - |
| HSV(B) | 356.59º | 0.91% | 0.38% | - |
| XYZ | 5.11 | 2.77 | 0.68 | - |
| YUV | 35.88 | 115.65 | 171.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 9 | 14 | 0 | 0.91 | 0.86 | 0.62 | 356.59 | 0.83 | 0.21 |
| Hex | 61 | 9 | E | 0 | 5B | 56 | 3E | 165 | 53 | 15 |
| Octal | 141 | 11 | 16 | 0 | 133 | 126 | 76 | 545 | 123 | 25 |
| Binary | 1100001 | 1001 | 1110 | 0 | 1011011 | 1010110 | 111110 | 101100101 | 1010011 | 10101 |
Color Harmonies of #61090E
Complementary color
Monochromatic Colors of #61090E
Black with #61090E
Text Example
Text Example
White with #61090E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61090E; }
p { color: rgb(97,9,14); }
H1.HeaderClassName
{
color: #61090E;
}
.AnyTagClassName
{
color: #61090E;
}
</style>
background-color css
<style>
a { background-color: #61090E; }
a { background-color: rgb(97,9,14); }
div.DivClassName
{
background-color: #61090E;
}
.BgClassName
{
background-color: #61090E;
}
</style>
border-color css
<style>
span { border-color: #61090E; }
span { border-color: rgb(97,9,14); }
td.TdClassName
{
border-color: #61090E;
}
.TagClassName
{
border-color: #61090E;
}
</style>