Shades of Pohutukawa #61112D
Tints of Pohutukawa #61112D
RGB
CMYK
RGB Variations
Color information
#61112D (or 0x61112D) is known color: Pohutukawa. HEX triplet: 61, 11 and 2D. RGB value is (97,17,45). Sum of RGB (Red+Green+Blue) = 97+17+45=159 (21% of max value = 765). Red value is 97 (38.28% from 255 or 61.01% from 159); Green value is 17 (7.03% from 255 or 10.69% from 159); Blue value is 45 (17.97% from 255 or 28.30% from 159); Max value from RGB is 97 - color contains mainly: red. Hex color #61112D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61112D is #9EEED2. Grayscale: #2C2C2C. Windows color (decimal): -10415827 or 2953569. OLE color: 2953569.
HSL color Cylindrical-coordinate representation of color #61112D: hue angle of 339º 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 #61112D is Cyan = 0, Magento = 0.82, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 17 | 45 | - |
| CMYK | 0 | 0.82 | 0.54 | 0.62 |
| HSL | 339º | 0.7% | 0.22% | - |
| HSV(B) | 339º | 0.82% | 0.38% | - |
| XYZ | 5.6 | 3.13 | 2.79 | - |
| YUV | 44.11 | 128.5 | 165.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 17 | 45 | 0 | 0.82 | 0.54 | 0.62 | 339 | 0.7 | 0.22 |
| Hex | 61 | 11 | 2D | 0 | 52 | 36 | 3E | 153 | 46 | 16 |
| Octal | 141 | 21 | 55 | 0 | 122 | 66 | 76 | 523 | 106 | 26 |
| Binary | 1100001 | 10001 | 101101 | 0 | 1010010 | 110110 | 111110 | 101010011 | 1000110 | 10110 |
Color Harmonies of #61112D
Complementary color
Monochromatic Colors of #61112D
Black with #61112D
Text Example
Text Example
White with #61112D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61112D; }
p { color: rgb(97,17,45); }
H1.HeaderClassName
{
color: #61112D;
}
.AnyTagClassName
{
color: #61112D;
}
</style>
background-color css
<style>
a { background-color: #61112D; }
a { background-color: rgb(97,17,45); }
div.DivClassName
{
background-color: #61112D;
}
.BgClassName
{
background-color: #61112D;
}
</style>
border-color css
<style>
span { border-color: #61112D; }
span { border-color: rgb(97,17,45); }
td.TdClassName
{
border-color: #61112D;
}
.TagClassName
{
border-color: #61112D;
}
</style>