Shades of Pohutukawa #61112E
Tints of Pohutukawa #61112E
RGB
CMYK
RGB Variations
Color information
#61112E (or 0x61112E) is known color: Pohutukawa. HEX triplet: 61, 11 and 2E. RGB value is (97,17,46). Sum of RGB (Red+Green+Blue) = 97+17+46=160 (21% of max value = 765). Red value is 97 (38.28% from 255 or 60.62% from 160); Green value is 17 (7.03% from 255 or 10.62% from 160); Blue value is 46 (18.36% from 255 or 28.75% from 160); Max value from RGB is 97 - color contains mainly: red. Hex color #61112E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61112E is #9EEED1. Grayscale: #2C2C2C. Windows color (decimal): -10415826 or 3019105. OLE color: 3019105.
HSL color Cylindrical-coordinate representation of color #61112E: hue angle of 338.25º 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 #61112E is Cyan = 0, Magento = 0.82, Yellow = 0.53 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 17 | 46 | - |
| CMYK | 0 | 0.82 | 0.53 | 0.62 |
| HSL | 338.25º | 0.7% | 0.22% | - |
| HSV(B) | 338.25º | 0.82% | 0.38% | - |
| XYZ | 5.62 | 3.14 | 2.89 | - |
| YUV | 44.23 | 129 | 165.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 17 | 46 | 0 | 0.82 | 0.53 | 0.62 | 338.25 | 0.7 | 0.22 |
| Hex | 61 | 11 | 2E | 0 | 52 | 35 | 3E | 152 | 46 | 16 |
| Octal | 141 | 21 | 56 | 0 | 122 | 65 | 76 | 522 | 106 | 26 |
| Binary | 1100001 | 10001 | 101110 | 0 | 1010010 | 110101 | 111110 | 101010010 | 1000110 | 10110 |
Color Harmonies of #61112E
Complementary color
Monochromatic Colors of #61112E
Black with #61112E
Text Example
Text Example
White with #61112E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61112E; }
p { color: rgb(97,17,46); }
H1.HeaderClassName
{
color: #61112E;
}
.AnyTagClassName
{
color: #61112E;
}
</style>
background-color css
<style>
a { background-color: #61112E; }
a { background-color: rgb(97,17,46); }
div.DivClassName
{
background-color: #61112E;
}
.BgClassName
{
background-color: #61112E;
}
</style>
border-color css
<style>
span { border-color: #61112E; }
span { border-color: rgb(97,17,46); }
td.TdClassName
{
border-color: #61112E;
}
.TagClassName
{
border-color: #61112E;
}
</style>