Shades of Pohutukawa #620209
Tints of Pohutukawa #620209
RGB
CMYK
RGB Variations
Color information
#620209 (or 0x620209) is known color: Pohutukawa. HEX triplet: 62, 02 and 09. RGB value is (98,2,9). Sum of RGB (Red+Green+Blue) = 98+2+9=109 (14% of max value = 765). Red value is 98 (38.67% from 255 or 89.91% from 109); Green value is 2 (1.17% from 255 or 1.83% from 109); Blue value is 9 (3.91% from 255 or 8.26% from 109); Max value from RGB is 98 - color contains mainly: red. Hex color #620209 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620209 is #9DFDF6. Grayscale: #1F1F1F. Windows color (decimal): -10354167 or 590434. OLE color: 590434.
HSL color Cylindrical-coordinate representation of color #620209: hue angle of 355.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 #620209 is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 2 | 9 | - |
| CMYK | 0 | 0.98 | 0.91 | 0.62 |
| HSL | 355.63º | 0.96% | 0.2% | - |
| HSV(B) | 355.63º | 0.98% | 0.38% | - |
| XYZ | 5.11 | 2.66 | 0.5 | - |
| YUV | 31.5 | 115.3 | 175.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 2 | 9 | 0 | 0.98 | 0.91 | 0.62 | 355.63 | 0.96 | 0.2 |
| Hex | 62 | 2 | 9 | 0 | 62 | 5B | 3E | 164 | 60 | 14 |
| Octal | 142 | 2 | 11 | 0 | 142 | 133 | 76 | 544 | 140 | 24 |
| Binary | 1100010 | 10 | 1001 | 0 | 1100010 | 1011011 | 111110 | 101100100 | 1100000 | 10100 |
Color Harmonies of #620209
Complementary color
Monochromatic Colors of #620209
Black with #620209
Text Example
Text Example
White with #620209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620209; }
p { color: rgb(98,2,9); }
H1.HeaderClassName
{
color: #620209;
}
.AnyTagClassName
{
color: #620209;
}
</style>
background-color css
<style>
a { background-color: #620209; }
a { background-color: rgb(98,2,9); }
div.DivClassName
{
background-color: #620209;
}
.BgClassName
{
background-color: #620209;
}
</style>
border-color css
<style>
span { border-color: #620209; }
span { border-color: rgb(98,2,9); }
td.TdClassName
{
border-color: #620209;
}
.TagClassName
{
border-color: #620209;
}
</style>