Shades of Pohutukawa #61112C
Tints of Pohutukawa #61112C
RGB
CMYK
RGB Variations
Color information
#61112C (or 0x61112C) is known color: Pohutukawa. HEX triplet: 61, 11 and 2C. RGB value is (97,17,44). Sum of RGB (Red+Green+Blue) = 97+17+44=158 (20% of max value = 765). Red value is 97 (38.28% from 255 or 61.39% from 158); Green value is 17 (7.03% from 255 or 10.76% from 158); Blue value is 44 (17.58% from 255 or 27.85% from 158); Max value from RGB is 97 - color contains mainly: red. Hex color #61112C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61112C is #9EEED3. Grayscale: #2B2B2B. Windows color (decimal): -10415828 or 2888033. OLE color: 2888033.
HSL color Cylindrical-coordinate representation of color #61112C: hue angle of 339.75º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #61112C is Cyan = 0, Magento = 0.82, Yellow = 0.55 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 17 | 44 | - |
| CMYK | 0 | 0.82 | 0.55 | 0.62 |
| HSL | 339.75º | 0.7% | 0.22% | - |
| HSV(B) | 339.75º | 0.82% | 0.38% | - |
| XYZ | 5.58 | 3.12 | 2.69 | - |
| YUV | 44 | 128 | 165.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 17 | 44 | 0 | 0.82 | 0.55 | 0.62 | 339.75 | 0.7 | 0.22 |
| Hex | 61 | 11 | 2C | 0 | 52 | 37 | 3E | 154 | 46 | 16 |
| Octal | 141 | 21 | 54 | 0 | 122 | 67 | 76 | 524 | 106 | 26 |
| Binary | 1100001 | 10001 | 101100 | 0 | 1010010 | 110111 | 111110 | 101010100 | 1000110 | 10110 |
Color Harmonies of #61112C
Complementary color
Monochromatic Colors of #61112C
Black with #61112C
Text Example
Text Example
White with #61112C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61112C; }
p { color: rgb(97,17,44); }
H1.HeaderClassName
{
color: #61112C;
}
.AnyTagClassName
{
color: #61112C;
}
</style>
background-color css
<style>
a { background-color: #61112C; }
a { background-color: rgb(97,17,44); }
div.DivClassName
{
background-color: #61112C;
}
.BgClassName
{
background-color: #61112C;
}
</style>
border-color css
<style>
span { border-color: #61112C; }
span { border-color: rgb(97,17,44); }
td.TdClassName
{
border-color: #61112C;
}
.TagClassName
{
border-color: #61112C;
}
</style>