Shades of Pohutukawa #61222C
Tints of Pohutukawa #61222C
RGB
CMYK
RGB Variations
Color information
#61222C (or 0x61222C) is known color: Pohutukawa. HEX triplet: 61, 22 and 2C. RGB value is (97,34,44). Sum of RGB (Red+Green+Blue) = 97+34+44=175 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.43% from 175); Green value is 34 (13.67% from 255 or 19.43% from 175); Blue value is 44 (17.58% from 255 or 25.14% from 175); Max value from RGB is 97 - color contains mainly: red. Hex color #61222C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61222C is #9EDDD3. Grayscale: #363636. Windows color (decimal): -10411476 or 2892385. OLE color: 2892385.
HSL color Cylindrical-coordinate representation of color #61222C: hue angle of 350.48º 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 #61222C is Cyan = 0, Magento = 0.65, Yellow = 0.55 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 34 | 44 | - |
| CMYK | 0 | 0.65 | 0.55 | 0.62 |
| HSL | 350.48º | 0.48% | 0.26% | - |
| HSV(B) | 350.48º | 0.65% | 0.38% | - |
| XYZ | 5.96 | 3.87 | 2.82 | - |
| YUV | 53.98 | 122.37 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 34 | 44 | 0 | 0.65 | 0.55 | 0.62 | 350.48 | 0.48 | 0.26 |
| Hex | 61 | 22 | 2C | 0 | 41 | 37 | 3E | 15E | 30 | 1A |
| Octal | 141 | 42 | 54 | 0 | 101 | 67 | 76 | 536 | 60 | 32 |
| Binary | 1100001 | 100010 | 101100 | 0 | 1000001 | 110111 | 111110 | 101011110 | 110000 | 11010 |
Color Harmonies of #61222C
Complementary color
Monochromatic Colors of #61222C
Black with #61222C
Text Example
Text Example
White with #61222C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61222C; }
p { color: rgb(97,34,44); }
H1.HeaderClassName
{
color: #61222C;
}
.AnyTagClassName
{
color: #61222C;
}
</style>
background-color css
<style>
a { background-color: #61222C; }
a { background-color: rgb(97,34,44); }
div.DivClassName
{
background-color: #61222C;
}
.BgClassName
{
background-color: #61222C;
}
</style>
border-color css
<style>
span { border-color: #61222C; }
span { border-color: rgb(97,34,44); }
td.TdClassName
{
border-color: #61222C;
}
.TagClassName
{
border-color: #61222C;
}
</style>