Shades of Pohutukawa #620E15
Tints of Pohutukawa #620E15
RGB
CMYK
RGB Variations
Color information
#620E15 (or 0x620E15) is known color: Pohutukawa. HEX triplet: 62, 0E and 15. RGB value is (98,14,21). Sum of RGB (Red+Green+Blue) = 98+14+21=133 (17% of max value = 765). Red value is 98 (38.67% from 255 or 73.68% from 133); Green value is 14 (5.86% from 255 or 10.53% from 133); Blue value is 21 (8.59% from 255 or 15.79% from 133); Max value from RGB is 98 - color contains mainly: red. Hex color #620E15 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620E15 is #9DF1EA. Grayscale: #272727. Windows color (decimal): -10351083 or 1379938. OLE color: 1379938.
HSL color Cylindrical-coordinate representation of color #620E15: hue angle of 355º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #620E15 is Cyan = 0, Magento = 0.86, Yellow = 0.79 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 14 | 21 | - |
| CMYK | 0 | 0.86 | 0.79 | 0.62 |
| HSL | 355º | 0.75% | 0.22% | - |
| HSV(B) | 355º | 0.86% | 0.38% | - |
| XYZ | 5.33 | 2.96 | 1 | - |
| YUV | 39.91 | 117.33 | 169.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 14 | 21 | 0 | 0.86 | 0.79 | 0.62 | 355 | 0.75 | 0.22 |
| Hex | 62 | E | 15 | 0 | 56 | 4F | 3E | 163 | 4B | 16 |
| Octal | 142 | 16 | 25 | 0 | 126 | 117 | 76 | 543 | 113 | 26 |
| Binary | 1100010 | 1110 | 10101 | 0 | 1010110 | 1001111 | 111110 | 101100011 | 1001011 | 10110 |
Color Harmonies of #620E15
Complementary color
Monochromatic Colors of #620E15
Black with #620E15
Text Example
Text Example
White with #620E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620E15; }
p { color: rgb(98,14,21); }
H1.HeaderClassName
{
color: #620E15;
}
.AnyTagClassName
{
color: #620E15;
}
</style>
background-color css
<style>
a { background-color: #620E15; }
a { background-color: rgb(98,14,21); }
div.DivClassName
{
background-color: #620E15;
}
.BgClassName
{
background-color: #620E15;
}
</style>
border-color css
<style>
span { border-color: #620E15; }
span { border-color: rgb(98,14,21); }
td.TdClassName
{
border-color: #620E15;
}
.TagClassName
{
border-color: #620E15;
}
</style>