Shades of Pohutukawa #620E1C
Tints of Pohutukawa #620E1C
RGB
CMYK
RGB Variations
Color information
#620E1C (or 0x620E1C) is known color: Pohutukawa. HEX triplet: 62, 0E and 1C. RGB value is (98,14,28). Sum of RGB (Red+Green+Blue) = 98+14+28=140 (18% of max value = 765). Red value is 98 (38.67% from 255 or 70% from 140); Green value is 14 (5.86% from 255 or 10% from 140); Blue value is 28 (11.33% from 255 or 20% from 140); Max value from RGB is 98 - color contains mainly: red. Hex color #620E1C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620E1C is #9DF1E3. Grayscale: #282828. Windows color (decimal): -10351076 or 1838690. OLE color: 1838690.
HSL color Cylindrical-coordinate representation of color #620E1C: hue angle of 350º 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 #620E1C is Cyan = 0, Magento = 0.86, Yellow = 0.71 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 14 | 28 | - |
| CMYK | 0 | 0.86 | 0.71 | 0.62 |
| HSL | 350º | 0.75% | 0.22% | - |
| HSV(B) | 350º | 0.86% | 0.38% | - |
| XYZ | 5.4 | 2.99 | 1.39 | - |
| YUV | 40.71 | 120.83 | 168.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 14 | 28 | 0 | 0.86 | 0.71 | 0.62 | 350 | 0.75 | 0.22 |
| Hex | 62 | E | 1C | 0 | 56 | 47 | 3E | 15E | 4B | 16 |
| Octal | 142 | 16 | 34 | 0 | 126 | 107 | 76 | 536 | 113 | 26 |
| Binary | 1100010 | 1110 | 11100 | 0 | 1010110 | 1000111 | 111110 | 101011110 | 1001011 | 10110 |
Color Harmonies of #620E1C
Complementary color
Monochromatic Colors of #620E1C
Black with #620E1C
Text Example
Text Example
White with #620E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620E1C; }
p { color: rgb(98,14,28); }
H1.HeaderClassName
{
color: #620E1C;
}
.AnyTagClassName
{
color: #620E1C;
}
</style>
background-color css
<style>
a { background-color: #620E1C; }
a { background-color: rgb(98,14,28); }
div.DivClassName
{
background-color: #620E1C;
}
.BgClassName
{
background-color: #620E1C;
}
</style>
border-color css
<style>
span { border-color: #620E1C; }
span { border-color: rgb(98,14,28); }
td.TdClassName
{
border-color: #620E1C;
}
.TagClassName
{
border-color: #620E1C;
}
</style>