Shades of Pohutukawa #61222F
Tints of Pohutukawa #61222F
RGB
CMYK
RGB Variations
Color information
#61222F (or 0x61222F) is known color: Pohutukawa. HEX triplet: 61, 22 and 2F. RGB value is (97,34,47). Sum of RGB (Red+Green+Blue) = 97+34+47=178 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.49% from 178); Green value is 34 (13.67% from 255 or 19.10% from 178); Blue value is 47 (18.75% from 255 or 26.40% from 178); Max value from RGB is 97 - color contains mainly: red. Hex color #61222F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61222F is #9EDDD0. Grayscale: #363636. Windows color (decimal): -10411473 or 3088993. OLE color: 3088993.
HSL color Cylindrical-coordinate representation of color #61222F: hue angle of 347.62º 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 #61222F is Cyan = 0, Magento = 0.65, Yellow = 0.52 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 34 | 47 | - |
| CMYK | 0 | 0.65 | 0.52 | 0.62 |
| HSL | 347.62º | 0.48% | 0.26% | - |
| HSV(B) | 347.62º | 0.65% | 0.38% | - |
| XYZ | 6.01 | 3.89 | 3.12 | - |
| YUV | 54.32 | 123.87 | 158.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 34 | 47 | 0 | 0.65 | 0.52 | 0.62 | 347.62 | 0.48 | 0.26 |
| Hex | 61 | 22 | 2F | 0 | 41 | 34 | 3E | 15C | 30 | 1A |
| Octal | 141 | 42 | 57 | 0 | 101 | 64 | 76 | 534 | 60 | 32 |
| Binary | 1100001 | 100010 | 101111 | 0 | 1000001 | 110100 | 111110 | 101011100 | 110000 | 11010 |
Color Harmonies of #61222F
Complementary color
Monochromatic Colors of #61222F
Black with #61222F
Text Example
Text Example
White with #61222F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61222F; }
p { color: rgb(97,34,47); }
H1.HeaderClassName
{
color: #61222F;
}
.AnyTagClassName
{
color: #61222F;
}
</style>
background-color css
<style>
a { background-color: #61222F; }
a { background-color: rgb(97,34,47); }
div.DivClassName
{
background-color: #61222F;
}
.BgClassName
{
background-color: #61222F;
}
</style>
border-color css
<style>
span { border-color: #61222F; }
span { border-color: rgb(97,34,47); }
td.TdClassName
{
border-color: #61222F;
}
.TagClassName
{
border-color: #61222F;
}
</style>