Shades of Pohutukawa #620D16
Tints of Pohutukawa #620D16
RGB
CMYK
RGB Variations
Color information
#620D16 (or 0x620D16) is known color: Pohutukawa. HEX triplet: 62, 0D and 16. RGB value is (98,13,22). Sum of RGB (Red+Green+Blue) = 98+13+22=133 (17% of max value = 765). Red value is 98 (38.67% from 255 or 73.68% from 133); Green value is 13 (5.47% from 255 or 9.77% from 133); Blue value is 22 (8.98% from 255 or 16.54% from 133); Max value from RGB is 98 - color contains mainly: red. Hex color #620D16 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620D16 is #9DF2E9. Grayscale: #272727. Windows color (decimal): -10351338 or 1445218. OLE color: 1445218.
HSL color Cylindrical-coordinate representation of color #620D16: hue angle of 353.65º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #620D16 is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 13 | 22 | - |
| CMYK | 0 | 0.87 | 0.78 | 0.62 |
| HSL | 353.65º | 0.77% | 0.22% | - |
| HSV(B) | 353.65º | 0.87% | 0.38% | - |
| XYZ | 5.33 | 2.94 | 1.05 | - |
| YUV | 39.44 | 118.16 | 169.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 13 | 22 | 0 | 0.87 | 0.78 | 0.62 | 353.65 | 0.77 | 0.22 |
| Hex | 62 | D | 16 | 0 | 57 | 4E | 3E | 162 | 4D | 16 |
| Octal | 142 | 15 | 26 | 0 | 127 | 116 | 76 | 542 | 115 | 26 |
| Binary | 1100010 | 1101 | 10110 | 0 | 1010111 | 1001110 | 111110 | 101100010 | 1001101 | 10110 |
Color Harmonies of #620D16
Complementary color
Monochromatic Colors of #620D16
Black with #620D16
Text Example
Text Example
White with #620D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620D16; }
p { color: rgb(98,13,22); }
H1.HeaderClassName
{
color: #620D16;
}
.AnyTagClassName
{
color: #620D16;
}
</style>
background-color css
<style>
a { background-color: #620D16; }
a { background-color: rgb(98,13,22); }
div.DivClassName
{
background-color: #620D16;
}
.BgClassName
{
background-color: #620D16;
}
</style>
border-color css
<style>
span { border-color: #620D16; }
span { border-color: rgb(98,13,22); }
td.TdClassName
{
border-color: #620D16;
}
.TagClassName
{
border-color: #620D16;
}
</style>