Shades of Pohutukawa #620F19
Tints of Pohutukawa #620F19
RGB
CMYK
RGB Variations
Color information
#620F19 (or 0x620F19) is known color: Pohutukawa. HEX triplet: 62, 0F and 19. RGB value is (98,15,25). Sum of RGB (Red+Green+Blue) = 98+15+25=138 (18% of max value = 765). Red value is 98 (38.67% from 255 or 71.01% from 138); Green value is 15 (6.25% from 255 or 10.87% from 138); Blue value is 25 (10.16% from 255 or 18.12% from 138); Max value from RGB is 98 - color contains mainly: red. Hex color #620F19 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620F19 is #9DF0E6. Grayscale: #292929. Windows color (decimal): -10350823 or 1642338. OLE color: 1642338.
HSL color Cylindrical-coordinate representation of color #620F19: hue angle of 352.77º 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 #620F19 is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 15 | 25 | - |
| CMYK | 0 | 0.85 | 0.74 | 0.62 |
| HSL | 352.77º | 0.73% | 0.22% | - |
| HSV(B) | 352.77º | 0.85% | 0.38% | - |
| XYZ | 5.38 | 3.01 | 1.22 | - |
| YUV | 40.96 | 119 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 15 | 25 | 0 | 0.85 | 0.74 | 0.62 | 352.77 | 0.73 | 0.22 |
| Hex | 62 | F | 19 | 0 | 55 | 4A | 3E | 161 | 49 | 16 |
| Octal | 142 | 17 | 31 | 0 | 125 | 112 | 76 | 541 | 111 | 26 |
| Binary | 1100010 | 1111 | 11001 | 0 | 1010101 | 1001010 | 111110 | 101100001 | 1001001 | 10110 |
Color Harmonies of #620F19
Complementary color
Monochromatic Colors of #620F19
Black with #620F19
Text Example
Text Example
White with #620F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620F19; }
p { color: rgb(98,15,25); }
H1.HeaderClassName
{
color: #620F19;
}
.AnyTagClassName
{
color: #620F19;
}
</style>
background-color css
<style>
a { background-color: #620F19; }
a { background-color: rgb(98,15,25); }
div.DivClassName
{
background-color: #620F19;
}
.BgClassName
{
background-color: #620F19;
}
</style>
border-color css
<style>
span { border-color: #620F19; }
span { border-color: rgb(98,15,25); }
td.TdClassName
{
border-color: #620F19;
}
.TagClassName
{
border-color: #620F19;
}
</style>