Shades of Pohutukawa #61021F
Tints of Pohutukawa #61021F
RGB
CMYK
RGB Variations
Color information
#61021F (or 0x61021F) is known color: Pohutukawa. HEX triplet: 61, 02 and 1F. RGB value is (97,2,31). Sum of RGB (Red+Green+Blue) = 97+2+31=130 (17% of max value = 765). Red value is 97 (38.28% from 255 or 74.62% from 130); Green value is 2 (1.17% from 255 or 1.54% from 130); Blue value is 31 (12.5% from 255 or 23.85% from 130); Max value from RGB is 97 - color contains mainly: red. Hex color #61021F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61021F is #9EFDE0. Grayscale: #212121. Windows color (decimal): -10419681 or 2032225. OLE color: 2032225.
HSL color Cylindrical-coordinate representation of color #61021F: hue angle of 341.68º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #61021F is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 2 | 31 | - |
| CMYK | 0 | 0.98 | 0.68 | 0.62 |
| HSL | 341.68º | 0.96% | 0.19% | - |
| HSV(B) | 341.68º | 0.98% | 0.38% | - |
| XYZ | 5.2 | 2.68 | 1.54 | - |
| YUV | 33.71 | 126.47 | 173.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 2 | 31 | 0 | 0.98 | 0.68 | 0.62 | 341.68 | 0.96 | 0.19 |
| Hex | 61 | 2 | 1F | 0 | 62 | 44 | 3E | 156 | 60 | 13 |
| Octal | 141 | 2 | 37 | 0 | 142 | 104 | 76 | 526 | 140 | 23 |
| Binary | 1100001 | 10 | 11111 | 0 | 1100010 | 1000100 | 111110 | 101010110 | 1100000 | 10011 |
Color Harmonies of #61021F
Complementary color
Monochromatic Colors of #61021F
Black with #61021F
Text Example
Text Example
White with #61021F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61021F; }
p { color: rgb(97,2,31); }
H1.HeaderClassName
{
color: #61021F;
}
.AnyTagClassName
{
color: #61021F;
}
</style>
background-color css
<style>
a { background-color: #61021F; }
a { background-color: rgb(97,2,31); }
div.DivClassName
{
background-color: #61021F;
}
.BgClassName
{
background-color: #61021F;
}
</style>
border-color css
<style>
span { border-color: #61021F; }
span { border-color: rgb(97,2,31); }
td.TdClassName
{
border-color: #61021F;
}
.TagClassName
{
border-color: #61021F;
}
</style>