Shades of Pohutukawa #61122C
Tints of Pohutukawa #61122C
RGB
CMYK
RGB Variations
Color information
#61122C (or 0x61122C) is known color: Pohutukawa. HEX triplet: 61, 12 and 2C. RGB value is (97,18,44). Sum of RGB (Red+Green+Blue) = 97+18+44=159 (21% of max value = 765). Red value is 97 (38.28% from 255 or 61.01% from 159); Green value is 18 (7.42% from 255 or 11.32% from 159); Blue value is 44 (17.58% from 255 or 27.67% from 159); Max value from RGB is 97 - color contains mainly: red. Hex color #61122C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61122C is #9EEDD3. Grayscale: #2C2C2C. Windows color (decimal): -10415572 or 2888289. OLE color: 2888289.
HSL color Cylindrical-coordinate representation of color #61122C: hue angle of 340.25º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #61122C is Cyan = 0, Magento = 0.81, Yellow = 0.55 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 18 | 44 | - |
| CMYK | 0 | 0.81 | 0.55 | 0.62 |
| HSL | 340.25º | 0.69% | 0.23% | - |
| HSV(B) | 340.25º | 0.81% | 0.38% | - |
| XYZ | 5.6 | 3.16 | 2.7 | - |
| YUV | 44.59 | 127.67 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 18 | 44 | 0 | 0.81 | 0.55 | 0.62 | 340.25 | 0.69 | 0.23 |
| Hex | 61 | 12 | 2C | 0 | 51 | 37 | 3E | 154 | 45 | 17 |
| Octal | 141 | 22 | 54 | 0 | 121 | 67 | 76 | 524 | 105 | 27 |
| Binary | 1100001 | 10010 | 101100 | 0 | 1010001 | 110111 | 111110 | 101010100 | 1000101 | 10111 |
Color Harmonies of #61122C
Complementary color
Monochromatic Colors of #61122C
Black with #61122C
Text Example
Text Example
White with #61122C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61122C; }
p { color: rgb(97,18,44); }
H1.HeaderClassName
{
color: #61122C;
}
.AnyTagClassName
{
color: #61122C;
}
</style>
background-color css
<style>
a { background-color: #61122C; }
a { background-color: rgb(97,18,44); }
div.DivClassName
{
background-color: #61122C;
}
.BgClassName
{
background-color: #61122C;
}
</style>
border-color css
<style>
span { border-color: #61122C; }
span { border-color: rgb(97,18,44); }
td.TdClassName
{
border-color: #61122C;
}
.TagClassName
{
border-color: #61122C;
}
</style>