Shades of Pohutukawa #61142D
Tints of Pohutukawa #61142D
RGB
CMYK
RGB Variations
Color information
#61142D (or 0x61142D) is known color: Pohutukawa. HEX triplet: 61, 14 and 2D. RGB value is (97,20,45). Sum of RGB (Red+Green+Blue) = 97+20+45=162 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.88% from 162); Green value is 20 (8.20% from 255 or 12.35% from 162); Blue value is 45 (17.97% from 255 or 27.78% from 162); Max value from RGB is 97 - color contains mainly: red. Hex color #61142D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61142D is #9EEBD2. Grayscale: #2D2D2D. Windows color (decimal): -10415059 or 2954337. OLE color: 2954337.
HSL color Cylindrical-coordinate representation of color #61142D: hue angle of 340.52º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #61142D is Cyan = 0, Magento = 0.79, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 20 | 45 | - |
| CMYK | 0 | 0.79 | 0.54 | 0.62 |
| HSL | 340.52º | 0.66% | 0.23% | - |
| HSV(B) | 340.52º | 0.79% | 0.38% | - |
| XYZ | 5.65 | 3.23 | 2.81 | - |
| YUV | 45.87 | 127.51 | 164.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 20 | 45 | 0 | 0.79 | 0.54 | 0.62 | 340.52 | 0.66 | 0.23 |
| Hex | 61 | 14 | 2D | 0 | 4F | 36 | 3E | 155 | 42 | 17 |
| Octal | 141 | 24 | 55 | 0 | 117 | 66 | 76 | 525 | 102 | 27 |
| Binary | 1100001 | 10100 | 101101 | 0 | 1001111 | 110110 | 111110 | 101010101 | 1000010 | 10111 |
Color Harmonies of #61142D
Complementary color
Monochromatic Colors of #61142D
Black with #61142D
Text Example
Text Example
White with #61142D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61142D; }
p { color: rgb(97,20,45); }
H1.HeaderClassName
{
color: #61142D;
}
.AnyTagClassName
{
color: #61142D;
}
</style>
background-color css
<style>
a { background-color: #61142D; }
a { background-color: rgb(97,20,45); }
div.DivClassName
{
background-color: #61142D;
}
.BgClassName
{
background-color: #61142D;
}
</style>
border-color css
<style>
span { border-color: #61142D; }
span { border-color: rgb(97,20,45); }
td.TdClassName
{
border-color: #61142D;
}
.TagClassName
{
border-color: #61142D;
}
</style>