Shades of Pohutukawa #64090A
Tints of Pohutukawa #64090A
RGB
CMYK
RGB Variations
Color information
#64090A (or 0x64090A) is known color: Pohutukawa. HEX triplet: 64, 09 and 0A. RGB value is (100,9,10). Sum of RGB (Red+Green+Blue) = 100+9+10=119 (15% of max value = 765). Red value is 100 (39.45% from 255 or 84.03% from 119); Green value is 9 (3.91% from 255 or 7.56% from 119); Blue value is 10 (4.30% from 255 or 8.40% from 119); Max value from RGB is 100 - color contains mainly: red. Hex color #64090A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #64090A is #9BF6F5. Grayscale: #242424. Windows color (decimal): -10221302 or 657764. OLE color: 657764.
HSL color Cylindrical-coordinate representation of color #64090A: hue angle of 359.34º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #64090A is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 9 | 10 | - |
| CMYK | 0 | 0.91 | 0.90 | 0.61 |
| HSL | 359.34º | 0.83% | 0.21% | - |
| HSV(B) | 359.34º | 0.91% | 0.39% | - |
| XYZ | 5.41 | 2.93 | 0.57 | - |
| YUV | 36.32 | 113.15 | 173.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 9 | 10 | 0 | 0.91 | 0.90 | 0.61 | 359.34 | 0.83 | 0.21 |
| Hex | 64 | 9 | A | 0 | 5B | 5A | 3D | 167 | 53 | 15 |
| Octal | 144 | 11 | 12 | 0 | 133 | 132 | 75 | 547 | 123 | 25 |
| Binary | 1100100 | 1001 | 1010 | 0 | 1011011 | 1011010 | 111101 | 101100111 | 1010011 | 10101 |
Color Harmonies of #64090A
Complementary color
Monochromatic Colors of #64090A
Black with #64090A
Text Example
Text Example
White with #64090A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64090A; }
p { color: rgb(100,9,10); }
H1.HeaderClassName
{
color: #64090A;
}
.AnyTagClassName
{
color: #64090A;
}
</style>
background-color css
<style>
a { background-color: #64090A; }
a { background-color: rgb(100,9,10); }
div.DivClassName
{
background-color: #64090A;
}
.BgClassName
{
background-color: #64090A;
}
</style>
border-color css
<style>
span { border-color: #64090A; }
span { border-color: rgb(100,9,10); }
td.TdClassName
{
border-color: #64090A;
}
.TagClassName
{
border-color: #64090A;
}
</style>