Shades of Pohutukawa #640E2C
Tints of Pohutukawa #640E2C
RGB
CMYK
RGB Variations
Color information
#640E2C (or 0x640E2C) is known color: Pohutukawa. HEX triplet: 64, 0E and 2C. RGB value is (100,14,44). Sum of RGB (Red+Green+Blue) = 100+14+44=158 (20% of max value = 765). Red value is 100 (39.45% from 255 or 63.29% from 158); Green value is 14 (5.86% from 255 or 8.86% from 158); Blue value is 44 (17.58% from 255 or 27.85% from 158); Max value from RGB is 100 - color contains mainly: red. Hex color #640E2C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #640E2C is #9BF1D3. Grayscale: #2B2B2B. Windows color (decimal): -10219988 or 2887268. OLE color: 2887268.
HSL color Cylindrical-coordinate representation of color #640E2C: hue angle of 339.07º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #640E2C is Cyan = 0, Magento = 0.86, Yellow = 0.56 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 14 | 44 | - |
| CMYK | 0 | 0.86 | 0.56 | 0.61 |
| HSL | 339.07º | 0.75% | 0.22% | - |
| HSV(B) | 339.07º | 0.86% | 0.39% | - |
| XYZ | 5.87 | 3.21 | 2.69 | - |
| YUV | 43.13 | 128.49 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 14 | 44 | 0 | 0.86 | 0.56 | 0.61 | 339.07 | 0.75 | 0.22 |
| Hex | 64 | E | 2C | 0 | 56 | 38 | 3D | 153 | 4B | 16 |
| Octal | 144 | 16 | 54 | 0 | 126 | 70 | 75 | 523 | 113 | 26 |
| Binary | 1100100 | 1110 | 101100 | 0 | 1010110 | 111000 | 111101 | 101010011 | 1001011 | 10110 |
Color Harmonies of #640E2C
Complementary color
Monochromatic Colors of #640E2C
Black with #640E2C
Text Example
Text Example
White with #640E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640E2C; }
p { color: rgb(100,14,44); }
H1.HeaderClassName
{
color: #640E2C;
}
.AnyTagClassName
{
color: #640E2C;
}
</style>
background-color css
<style>
a { background-color: #640E2C; }
a { background-color: rgb(100,14,44); }
div.DivClassName
{
background-color: #640E2C;
}
.BgClassName
{
background-color: #640E2C;
}
</style>
border-color css
<style>
span { border-color: #640E2C; }
span { border-color: rgb(100,14,44); }
td.TdClassName
{
border-color: #640E2C;
}
.TagClassName
{
border-color: #640E2C;
}
</style>