Shades of Pohutukawa #620E2D
Tints of Pohutukawa #620E2D
RGB
CMYK
RGB Variations
Color information
#620E2D (or 0x620E2D) is known color: Pohutukawa. HEX triplet: 62, 0E and 2D. RGB value is (98,14,45). Sum of RGB (Red+Green+Blue) = 98+14+45=157 (20% of max value = 765). Red value is 98 (38.67% from 255 or 62.42% from 157); Green value is 14 (5.86% from 255 or 8.92% from 157); Blue value is 45 (17.97% from 255 or 28.66% from 157); Max value from RGB is 98 - color contains mainly: red. Hex color #620E2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620E2D is #9DF1D2. Grayscale: #2A2A2A. Windows color (decimal): -10351059 or 2952802. OLE color: 2952802.
HSL color Cylindrical-coordinate representation of color #620E2D: hue angle of 337.86º 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 #620E2D is Cyan = 0, Magento = 0.86, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 14 | 45 | - |
| CMYK | 0 | 0.86 | 0.54 | 0.62 |
| HSL | 337.86º | 0.75% | 0.22% | - |
| HSV(B) | 337.86º | 0.86% | 0.38% | - |
| XYZ | 5.67 | 3.1 | 2.78 | - |
| YUV | 42.65 | 129.33 | 167.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 14 | 45 | 0 | 0.86 | 0.54 | 0.62 | 337.86 | 0.75 | 0.22 |
| Hex | 62 | E | 2D | 0 | 56 | 36 | 3E | 152 | 4B | 16 |
| Octal | 142 | 16 | 55 | 0 | 126 | 66 | 76 | 522 | 113 | 26 |
| Binary | 1100010 | 1110 | 101101 | 0 | 1010110 | 110110 | 111110 | 101010010 | 1001011 | 10110 |
Color Harmonies of #620E2D
Complementary color
Monochromatic Colors of #620E2D
Black with #620E2D
Text Example
Text Example
White with #620E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620E2D; }
p { color: rgb(98,14,45); }
H1.HeaderClassName
{
color: #620E2D;
}
.AnyTagClassName
{
color: #620E2D;
}
</style>
background-color css
<style>
a { background-color: #620E2D; }
a { background-color: rgb(98,14,45); }
div.DivClassName
{
background-color: #620E2D;
}
.BgClassName
{
background-color: #620E2D;
}
</style>
border-color css
<style>
span { border-color: #620E2D; }
span { border-color: rgb(98,14,45); }
td.TdClassName
{
border-color: #620E2D;
}
.TagClassName
{
border-color: #620E2D;
}
</style>