Shades of Pohutukawa #620205
Tints of Pohutukawa #620205
RGB
CMYK
RGB Variations
Color information
#620205 (or 0x620205) is known color: Pohutukawa. HEX triplet: 62, 02 and 05. RGB value is (98,2,5). Sum of RGB (Red+Green+Blue) = 98+2+5=105 (13% of max value = 765). Red value is 98 (38.67% from 255 or 93.33% from 105); Green value is 2 (1.17% from 255 or 1.90% from 105); Blue value is 5 (2.34% from 255 or 4.76% from 105); Max value from RGB is 98 - color contains mainly: red. Hex color #620205 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620205 is #9DFDFA. Grayscale: #1F1F1F. Windows color (decimal): -10354171 or 328290. OLE color: 328290.
HSL color Cylindrical-coordinate representation of color #620205: hue angle of 358.12º 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 #620205 is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 2 | 5 | - |
| CMYK | 0 | 0.98 | 0.95 | 0.62 |
| HSL | 358.13º | 0.96% | 0.2% | - |
| HSV(B) | 358.13º | 0.98% | 0.38% | - |
| XYZ | 5.09 | 2.65 | 0.39 | - |
| YUV | 31.05 | 113.3 | 175.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 2 | 5 | 0 | 0.98 | 0.95 | 0.62 | 358.13 | 0.96 | 0.2 |
| Hex | 62 | 2 | 5 | 0 | 62 | 5F | 3E | 166 | 60 | 14 |
| Octal | 142 | 2 | 5 | 0 | 142 | 137 | 76 | 546 | 140 | 24 |
| Binary | 1100010 | 10 | 101 | 0 | 1100010 | 1011111 | 111110 | 101100110 | 1100000 | 10100 |
Color Harmonies of #620205
Complementary color
Monochromatic Colors of #620205
Black with #620205
Text Example
Text Example
White with #620205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620205; }
p { color: rgb(98,2,5); }
H1.HeaderClassName
{
color: #620205;
}
.AnyTagClassName
{
color: #620205;
}
</style>
background-color css
<style>
a { background-color: #620205; }
a { background-color: rgb(98,2,5); }
div.DivClassName
{
background-color: #620205;
}
.BgClassName
{
background-color: #620205;
}
</style>
border-color css
<style>
span { border-color: #620205; }
span { border-color: rgb(98,2,5); }
td.TdClassName
{
border-color: #620205;
}
.TagClassName
{
border-color: #620205;
}
</style>