Shades of Pohutukawa #61192E
Tints of Pohutukawa #61192E
RGB
CMYK
RGB Variations
Color information
#61192E (or 0x61192E) is known color: Pohutukawa. HEX triplet: 61, 19 and 2E. RGB value is (97,25,46). Sum of RGB (Red+Green+Blue) = 97+25+46=168 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.74% from 168); Green value is 25 (10.16% from 255 or 14.88% from 168); Blue value is 46 (18.36% from 255 or 27.38% from 168); Max value from RGB is 97 - color contains mainly: red. Hex color #61192E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61192E is #9EE6D1. Grayscale: #303030. Windows color (decimal): -10413778 or 3021153. OLE color: 3021153.
HSL color Cylindrical-coordinate representation of color #61192E: hue angle of 342.5º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #61192E is Cyan = 0, Magento = 0.74, Yellow = 0.53 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 25 | 46 | - |
| CMYK | 0 | 0.74 | 0.53 | 0.62 |
| HSL | 342.5º | 0.59% | 0.24% | - |
| HSV(B) | 342.5º | 0.74% | 0.38% | - |
| XYZ | 5.77 | 3.43 | 2.94 | - |
| YUV | 48.92 | 126.35 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 25 | 46 | 0 | 0.74 | 0.53 | 0.62 | 342.5 | 0.59 | 0.24 |
| Hex | 61 | 19 | 2E | 0 | 4A | 35 | 3E | 156 | 3B | 18 |
| Octal | 141 | 31 | 56 | 0 | 112 | 65 | 76 | 526 | 73 | 30 |
| Binary | 1100001 | 11001 | 101110 | 0 | 1001010 | 110101 | 111110 | 101010110 | 111011 | 11000 |
Color Harmonies of #61192E
Complementary color
Monochromatic Colors of #61192E
Black with #61192E
Text Example
Text Example
White with #61192E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61192E; }
p { color: rgb(97,25,46); }
H1.HeaderClassName
{
color: #61192E;
}
.AnyTagClassName
{
color: #61192E;
}
</style>
background-color css
<style>
a { background-color: #61192E; }
a { background-color: rgb(97,25,46); }
div.DivClassName
{
background-color: #61192E;
}
.BgClassName
{
background-color: #61192E;
}
</style>
border-color css
<style>
span { border-color: #61192E; }
span { border-color: rgb(97,25,46); }
td.TdClassName
{
border-color: #61192E;
}
.TagClassName
{
border-color: #61192E;
}
</style>