Shades of Pohutukawa #61222E
Tints of Pohutukawa #61222E
RGB
CMYK
RGB Variations
Color information
#61222E (or 0x61222E) is known color: Pohutukawa. HEX triplet: 61, 22 and 2E. RGB value is (97,34,46). Sum of RGB (Red+Green+Blue) = 97+34+46=177 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.80% from 177); Green value is 34 (13.67% from 255 or 19.21% from 177); Blue value is 46 (18.36% from 255 or 25.99% from 177); Max value from RGB is 97 - color contains mainly: red. Hex color #61222E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61222E is #9EDDD1. Grayscale: #363636. Windows color (decimal): -10411474 or 3023457. OLE color: 3023457.
HSL color Cylindrical-coordinate representation of color #61222E: hue angle of 348.57º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #61222E is Cyan = 0, Magento = 0.65, Yellow = 0.53 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 34 | 46 | - |
| CMYK | 0 | 0.65 | 0.53 | 0.62 |
| HSL | 348.57º | 0.48% | 0.26% | - |
| HSV(B) | 348.57º | 0.65% | 0.38% | - |
| XYZ | 5.99 | 3.88 | 3.02 | - |
| YUV | 54.21 | 123.37 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 34 | 46 | 0 | 0.65 | 0.53 | 0.62 | 348.57 | 0.48 | 0.26 |
| Hex | 61 | 22 | 2E | 0 | 41 | 35 | 3E | 15D | 30 | 1A |
| Octal | 141 | 42 | 56 | 0 | 101 | 65 | 76 | 535 | 60 | 32 |
| Binary | 1100001 | 100010 | 101110 | 0 | 1000001 | 110101 | 111110 | 101011101 | 110000 | 11010 |
Color Harmonies of #61222E
Complementary color
Monochromatic Colors of #61222E
Black with #61222E
Text Example
Text Example
White with #61222E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61222E; }
p { color: rgb(97,34,46); }
H1.HeaderClassName
{
color: #61222E;
}
.AnyTagClassName
{
color: #61222E;
}
</style>
background-color css
<style>
a { background-color: #61222E; }
a { background-color: rgb(97,34,46); }
div.DivClassName
{
background-color: #61222E;
}
.BgClassName
{
background-color: #61222E;
}
</style>
border-color css
<style>
span { border-color: #61222E; }
span { border-color: rgb(97,34,46); }
td.TdClassName
{
border-color: #61222E;
}
.TagClassName
{
border-color: #61222E;
}
</style>