Shades of Pohutukawa #620F26
Tints of Pohutukawa #620F26
RGB
CMYK
RGB Variations
Color information
#620F26 (or 0x620F26) is known color: Pohutukawa. HEX triplet: 62, 0F and 26. RGB value is (98,15,38). Sum of RGB (Red+Green+Blue) = 98+15+38=151 (20% of max value = 765). Red value is 98 (38.67% from 255 or 64.90% from 151); Green value is 15 (6.25% from 255 or 9.93% from 151); Blue value is 38 (15.23% from 255 or 25.17% from 151); Max value from RGB is 98 - color contains mainly: red. Hex color #620F26 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620F26 is #9DF0D9. Grayscale: #2A2A2A. Windows color (decimal): -10350810 or 2494306. OLE color: 2494306.
HSL color Cylindrical-coordinate representation of color #620F26: hue angle of 343.37º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #620F26 is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 15 | 38 | - |
| CMYK | 0 | 0.85 | 0.61 | 0.62 |
| HSL | 343.37º | 0.73% | 0.22% | - |
| HSV(B) | 343.37º | 0.85% | 0.38% | - |
| XYZ | 5.56 | 3.08 | 2.13 | - |
| YUV | 42.44 | 125.5 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 15 | 38 | 0 | 0.85 | 0.61 | 0.62 | 343.37 | 0.73 | 0.22 |
| Hex | 62 | F | 26 | 0 | 55 | 3D | 3E | 157 | 49 | 16 |
| Octal | 142 | 17 | 46 | 0 | 125 | 75 | 76 | 527 | 111 | 26 |
| Binary | 1100010 | 1111 | 100110 | 0 | 1010101 | 111101 | 111110 | 101010111 | 1001001 | 10110 |
Color Harmonies of #620F26
Complementary color
Monochromatic Colors of #620F26
Black with #620F26
Text Example
Text Example
White with #620F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620F26; }
p { color: rgb(98,15,38); }
H1.HeaderClassName
{
color: #620F26;
}
.AnyTagClassName
{
color: #620F26;
}
</style>
background-color css
<style>
a { background-color: #620F26; }
a { background-color: rgb(98,15,38); }
div.DivClassName
{
background-color: #620F26;
}
.BgClassName
{
background-color: #620F26;
}
</style>
border-color css
<style>
span { border-color: #620F26; }
span { border-color: rgb(98,15,38); }
td.TdClassName
{
border-color: #620F26;
}
.TagClassName
{
border-color: #620F26;
}
</style>