Shades of Pohutukawa #620E2C
Tints of Pohutukawa #620E2C
RGB
CMYK
RGB Variations
Color information
#620E2C (or 0x620E2C) is known color: Pohutukawa. HEX triplet: 62, 0E and 2C. RGB value is (98,14,44). Sum of RGB (Red+Green+Blue) = 98+14+44=156 (20% of max value = 765). Red value is 98 (38.67% from 255 or 62.82% from 156); Green value is 14 (5.86% from 255 or 8.97% from 156); Blue value is 44 (17.58% from 255 or 28.21% from 156); Max value from RGB is 98 - color contains mainly: red. Hex color #620E2C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620E2C is #9DF1D3. Grayscale: #2A2A2A. Windows color (decimal): -10351060 or 2887266. OLE color: 2887266.
HSL color Cylindrical-coordinate representation of color #620E2C: hue angle of 338.57º 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 #620E2C is Cyan = 0, Magento = 0.86, Yellow = 0.55 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 14 | 44 | - |
| CMYK | 0 | 0.86 | 0.55 | 0.62 |
| HSL | 338.57º | 0.75% | 0.22% | - |
| HSV(B) | 338.57º | 0.86% | 0.38% | - |
| XYZ | 5.65 | 3.09 | 2.68 | - |
| YUV | 42.54 | 128.83 | 167.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 14 | 44 | 0 | 0.86 | 0.55 | 0.62 | 338.57 | 0.75 | 0.22 |
| Hex | 62 | E | 2C | 0 | 56 | 37 | 3E | 153 | 4B | 16 |
| Octal | 142 | 16 | 54 | 0 | 126 | 67 | 76 | 523 | 113 | 26 |
| Binary | 1100010 | 1110 | 101100 | 0 | 1010110 | 110111 | 111110 | 101010011 | 1001011 | 10110 |
Color Harmonies of #620E2C
Complementary color
Monochromatic Colors of #620E2C
Black with #620E2C
Text Example
Text Example
White with #620E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620E2C; }
p { color: rgb(98,14,44); }
H1.HeaderClassName
{
color: #620E2C;
}
.AnyTagClassName
{
color: #620E2C;
}
</style>
background-color css
<style>
a { background-color: #620E2C; }
a { background-color: rgb(98,14,44); }
div.DivClassName
{
background-color: #620E2C;
}
.BgClassName
{
background-color: #620E2C;
}
</style>
border-color css
<style>
span { border-color: #620E2C; }
span { border-color: rgb(98,14,44); }
td.TdClassName
{
border-color: #620E2C;
}
.TagClassName
{
border-color: #620E2C;
}
</style>