Shades of Pohutukawa #620219
Tints of Pohutukawa #620219
RGB
CMYK
RGB Variations
Color information
#620219 (or 0x620219) is known color: Pohutukawa. HEX triplet: 62, 02 and 19. RGB value is (98,2,25). Sum of RGB (Red+Green+Blue) = 98+2+25=125 (16% of max value = 765). Red value is 98 (38.67% from 255 or 78.4% from 125); Green value is 2 (1.17% from 255 or 1.6% from 125); Blue value is 25 (10.16% from 255 or 20% from 125); Max value from RGB is 98 - color contains mainly: red. Hex color #620219 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620219 is #9DFDE6. Grayscale: #212121. Windows color (decimal): -10354151 or 1639010. OLE color: 1639010.
HSL color Cylindrical-coordinate representation of color #620219: hue angle of 345.62º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #620219 is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 2 | 25 | - |
| CMYK | 0 | 0.98 | 0.74 | 0.62 |
| HSL | 345.63º | 0.96% | 0.2% | - |
| HSV(B) | 345.63º | 0.98% | 0.38% | - |
| XYZ | 5.23 | 2.71 | 1.17 | - |
| YUV | 33.33 | 123.3 | 174.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 2 | 25 | 0 | 0.98 | 0.74 | 0.62 | 345.63 | 0.96 | 0.2 |
| Hex | 62 | 2 | 19 | 0 | 62 | 4A | 3E | 15A | 60 | 14 |
| Octal | 142 | 2 | 31 | 0 | 142 | 112 | 76 | 532 | 140 | 24 |
| Binary | 1100010 | 10 | 11001 | 0 | 1100010 | 1001010 | 111110 | 101011010 | 1100000 | 10100 |
Color Harmonies of #620219
Complementary color
Monochromatic Colors of #620219
Black with #620219
Text Example
Text Example
White with #620219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620219; }
p { color: rgb(98,2,25); }
H1.HeaderClassName
{
color: #620219;
}
.AnyTagClassName
{
color: #620219;
}
</style>
background-color css
<style>
a { background-color: #620219; }
a { background-color: rgb(98,2,25); }
div.DivClassName
{
background-color: #620219;
}
.BgClassName
{
background-color: #620219;
}
</style>
border-color css
<style>
span { border-color: #620219; }
span { border-color: rgb(98,2,25); }
td.TdClassName
{
border-color: #620219;
}
.TagClassName
{
border-color: #620219;
}
</style>