Shades of Pohutukawa #640309
Tints of Pohutukawa #640309
RGB
CMYK
RGB Variations
Color information
#640309 (or 0x640309) is known color: Pohutukawa. HEX triplet: 64, 03 and 09. RGB value is (100,3,9). Sum of RGB (Red+Green+Blue) = 100+3+9=112 (14% of max value = 765). Red value is 100 (39.45% from 255 or 89.29% from 112); Green value is 3 (1.56% from 255 or 2.68% from 112); Blue value is 9 (3.91% from 255 or 8.04% from 112); Max value from RGB is 100 - color contains mainly: red. Hex color #640309 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640309 is #9BFCF6. Grayscale: #202020. Windows color (decimal): -10222839 or 590692. OLE color: 590692.
HSL color Cylindrical-coordinate representation of color #640309: hue angle of 356.29º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #640309 is Cyan = 0, Magento = 0.97, Yellow = 0.91 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 3 | 9 | - |
| CMYK | 0 | 0.97 | 0.91 | 0.61 |
| HSL | 356.29º | 0.94% | 0.2% | - |
| HSV(B) | 356.29º | 0.97% | 0.39% | - |
| XYZ | 5.34 | 2.79 | 0.52 | - |
| YUV | 32.69 | 114.64 | 176.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 3 | 9 | 0 | 0.97 | 0.91 | 0.61 | 356.29 | 0.94 | 0.2 |
| Hex | 64 | 3 | 9 | 0 | 61 | 5B | 3D | 164 | 5E | 14 |
| Octal | 144 | 3 | 11 | 0 | 141 | 133 | 75 | 544 | 136 | 24 |
| Binary | 1100100 | 11 | 1001 | 0 | 1100001 | 1011011 | 111101 | 101100100 | 1011110 | 10100 |
Color Harmonies of #640309
Complementary color
Monochromatic Colors of #640309
Black with #640309
Text Example
Text Example
White with #640309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640309; }
p { color: rgb(100,3,9); }
H1.HeaderClassName
{
color: #640309;
}
.AnyTagClassName
{
color: #640309;
}
</style>
background-color css
<style>
a { background-color: #640309; }
a { background-color: rgb(100,3,9); }
div.DivClassName
{
background-color: #640309;
}
.BgClassName
{
background-color: #640309;
}
</style>
border-color css
<style>
span { border-color: #640309; }
span { border-color: rgb(100,3,9); }
td.TdClassName
{
border-color: #640309;
}
.TagClassName
{
border-color: #640309;
}
</style>