Shades of Pohutukawa #640207
Tints of Pohutukawa #640207
RGB
CMYK
RGB Variations
Color information
#640207 (or 0x640207) is known color: Pohutukawa. HEX triplet: 64, 02 and 07. RGB value is (100,2,7). Sum of RGB (Red+Green+Blue) = 100+2+7=109 (14% of max value = 765). Red value is 100 (39.45% from 255 or 91.74% from 109); Green value is 2 (1.17% from 255 or 1.83% from 109); Blue value is 7 (3.12% from 255 or 6.42% from 109); Max value from RGB is 100 - color contains mainly: red. Hex color #640207 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640207 is #9BFDF8. Grayscale: #1F1F1F. Windows color (decimal): -10223097 or 459364. OLE color: 459364.
HSL color Cylindrical-coordinate representation of color #640207: hue angle of 356.94º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #640207 is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 2 | 7 | - |
| CMYK | 0 | 0.98 | 0.93 | 0.61 |
| HSL | 356.94º | 0.96% | 0.2% | - |
| HSV(B) | 356.94º | 0.98% | 0.39% | - |
| XYZ | 5.32 | 2.77 | 0.46 | - |
| YUV | 31.87 | 113.97 | 176.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 2 | 7 | 0 | 0.98 | 0.93 | 0.61 | 356.94 | 0.96 | 0.2 |
| Hex | 64 | 2 | 7 | 0 | 62 | 5D | 3D | 165 | 60 | 14 |
| Octal | 144 | 2 | 7 | 0 | 142 | 135 | 75 | 545 | 140 | 24 |
| Binary | 1100100 | 10 | 111 | 0 | 1100010 | 1011101 | 111101 | 101100101 | 1100000 | 10100 |
Color Harmonies of #640207
Complementary color
Monochromatic Colors of #640207
Black with #640207
Text Example
Text Example
White with #640207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640207; }
p { color: rgb(100,2,7); }
H1.HeaderClassName
{
color: #640207;
}
.AnyTagClassName
{
color: #640207;
}
</style>
background-color css
<style>
a { background-color: #640207; }
a { background-color: rgb(100,2,7); }
div.DivClassName
{
background-color: #640207;
}
.BgClassName
{
background-color: #640207;
}
</style>
border-color css
<style>
span { border-color: #640207; }
span { border-color: rgb(100,2,7); }
td.TdClassName
{
border-color: #640207;
}
.TagClassName
{
border-color: #640207;
}
</style>