Shades of Pohutukawa #61090B
Tints of Pohutukawa #61090B
RGB
CMYK
RGB Variations
Color information
#61090B (or 0x61090B) is known color: Pohutukawa. HEX triplet: 61, 09 and 0B. RGB value is (97,9,11). Sum of RGB (Red+Green+Blue) = 97+9+11=117 (15% of max value = 765). Red value is 97 (38.28% from 255 or 82.91% from 117); Green value is 9 (3.91% from 255 or 7.69% from 117); Blue value is 11 (4.69% from 255 or 9.40% from 117); Max value from RGB is 97 - color contains mainly: red. Hex color #61090B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #61090B is #9EF6F4. Grayscale: #232323. Windows color (decimal): -10417909 or 723297. OLE color: 723297.
HSL color Cylindrical-coordinate representation of color #61090B: hue angle of 358.64º 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 #61090B is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 9 | 11 | - |
| CMYK | 0 | 0.91 | 0.89 | 0.62 |
| HSL | 358.64º | 0.83% | 0.21% | - |
| HSV(B) | 358.64º | 0.91% | 0.38% | - |
| XYZ | 5.09 | 2.76 | 0.58 | - |
| YUV | 35.54 | 114.15 | 171.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 9 | 11 | 0 | 0.91 | 0.89 | 0.62 | 358.64 | 0.83 | 0.21 |
| Hex | 61 | 9 | B | 0 | 5B | 59 | 3E | 167 | 53 | 15 |
| Octal | 141 | 11 | 13 | 0 | 133 | 131 | 76 | 547 | 123 | 25 |
| Binary | 1100001 | 1001 | 1011 | 0 | 1011011 | 1011001 | 111110 | 101100111 | 1010011 | 10101 |
Color Harmonies of #61090B
Complementary color
Monochromatic Colors of #61090B
Black with #61090B
Text Example
Text Example
White with #61090B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61090B; }
p { color: rgb(97,9,11); }
H1.HeaderClassName
{
color: #61090B;
}
.AnyTagClassName
{
color: #61090B;
}
</style>
background-color css
<style>
a { background-color: #61090B; }
a { background-color: rgb(97,9,11); }
div.DivClassName
{
background-color: #61090B;
}
.BgClassName
{
background-color: #61090B;
}
</style>
border-color css
<style>
span { border-color: #61090B; }
span { border-color: rgb(97,9,11); }
td.TdClassName
{
border-color: #61090B;
}
.TagClassName
{
border-color: #61090B;
}
</style>