Shades of Pohutukawa #640509
Tints of Pohutukawa #640509
RGB
CMYK
RGB Variations
Color information
#640509 (or 0x640509) is known color: Pohutukawa. HEX triplet: 64, 05 and 09. RGB value is (100,5,9). Sum of RGB (Red+Green+Blue) = 100+5+9=114 (15% of max value = 765). Red value is 100 (39.45% from 255 or 87.72% from 114); Green value is 5 (2.34% from 255 or 4.39% from 114); Blue value is 9 (3.91% from 255 or 7.89% from 114); Max value from RGB is 100 - color contains mainly: red. Hex color #640509 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640509 is #9BFAF6. Grayscale: #212121. Windows color (decimal): -10222327 or 591204. OLE color: 591204.
HSL color Cylindrical-coordinate representation of color #640509: hue angle of 357.47º degrees, saturation: 0.9, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #640509 is Cyan = 0, Magento = 0.95, Yellow = 0.91 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 5 | 9 | - |
| CMYK | 0 | 0.95 | 0.91 | 0.61 |
| HSL | 357.47º | 0.9% | 0.21% | - |
| HSV(B) | 357.47º | 0.95% | 0.39% | - |
| XYZ | 5.36 | 2.84 | 0.52 | - |
| YUV | 33.86 | 113.97 | 175.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 5 | 9 | 0 | 0.95 | 0.91 | 0.61 | 357.47 | 0.9 | 0.21 |
| Hex | 64 | 5 | 9 | 0 | 5F | 5B | 3D | 165 | 5A | 15 |
| Octal | 144 | 5 | 11 | 0 | 137 | 133 | 75 | 545 | 132 | 25 |
| Binary | 1100100 | 101 | 1001 | 0 | 1011111 | 1011011 | 111101 | 101100101 | 1011010 | 10101 |
Color Harmonies of #640509
Complementary color
Monochromatic Colors of #640509
Black with #640509
Text Example
Text Example
White with #640509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640509; }
p { color: rgb(100,5,9); }
H1.HeaderClassName
{
color: #640509;
}
.AnyTagClassName
{
color: #640509;
}
</style>
background-color css
<style>
a { background-color: #640509; }
a { background-color: rgb(100,5,9); }
div.DivClassName
{
background-color: #640509;
}
.BgClassName
{
background-color: #640509;
}
</style>
border-color css
<style>
span { border-color: #640509; }
span { border-color: rgb(100,5,9); }
td.TdClassName
{
border-color: #640509;
}
.TagClassName
{
border-color: #640509;
}
</style>