Shades of Pohutukawa #61090C
Tints of Pohutukawa #61090C
RGB
CMYK
RGB Variations
Color information
#61090C (or 0x61090C) is known color: Pohutukawa. HEX triplet: 61, 09 and 0C. RGB value is (97,9,12). Sum of RGB (Red+Green+Blue) = 97+9+12=118 (15% of max value = 765). Red value is 97 (38.28% from 255 or 82.20% from 118); Green value is 9 (3.91% from 255 or 7.63% from 118); Blue value is 12 (5.08% from 255 or 10.17% from 118); Max value from RGB is 97 - color contains mainly: red. Hex color #61090C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #61090C is #9EF6F3. Grayscale: #232323. Windows color (decimal): -10417908 or 788833. OLE color: 788833.
HSL color Cylindrical-coordinate representation of color #61090C: hue angle of 357.95º 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 #61090C is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 9 | 12 | - |
| CMYK | 0 | 0.91 | 0.88 | 0.62 |
| HSL | 357.95º | 0.83% | 0.21% | - |
| HSV(B) | 357.95º | 0.91% | 0.38% | - |
| XYZ | 5.09 | 2.76 | 0.61 | - |
| YUV | 35.65 | 114.65 | 171.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 9 | 12 | 0 | 0.91 | 0.88 | 0.62 | 357.95 | 0.83 | 0.21 |
| Hex | 61 | 9 | C | 0 | 5B | 58 | 3E | 166 | 53 | 15 |
| Octal | 141 | 11 | 14 | 0 | 133 | 130 | 76 | 546 | 123 | 25 |
| Binary | 1100001 | 1001 | 1100 | 0 | 1011011 | 1011000 | 111110 | 101100110 | 1010011 | 10101 |
Color Harmonies of #61090C
Complementary color
Monochromatic Colors of #61090C
Black with #61090C
Text Example
Text Example
White with #61090C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61090C; }
p { color: rgb(97,9,12); }
H1.HeaderClassName
{
color: #61090C;
}
.AnyTagClassName
{
color: #61090C;
}
</style>
background-color css
<style>
a { background-color: #61090C; }
a { background-color: rgb(97,9,12); }
div.DivClassName
{
background-color: #61090C;
}
.BgClassName
{
background-color: #61090C;
}
</style>
border-color css
<style>
span { border-color: #61090C; }
span { border-color: rgb(97,9,12); }
td.TdClassName
{
border-color: #61090C;
}
.TagClassName
{
border-color: #61090C;
}
</style>