Shades of Pohutukawa #64090B
Tints of Pohutukawa #64090B
RGB
CMYK
RGB Variations
Color information
#64090B (or 0x64090B) is known color: Pohutukawa. HEX triplet: 64, 09 and 0B. RGB value is (100,9,11). Sum of RGB (Red+Green+Blue) = 100+9+11=120 (15% of max value = 765). Red value is 100 (39.45% from 255 or 83.33% from 120); Green value is 9 (3.91% from 255 or 7.5% from 120); Blue value is 11 (4.69% from 255 or 9.17% from 120); Max value from RGB is 100 - color contains mainly: red. Hex color #64090B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #64090B is #9BF6F4. Grayscale: #242424. Windows color (decimal): -10221301 or 723300. OLE color: 723300.
HSL color Cylindrical-coordinate representation of color #64090B: hue angle of 358.68º 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 #64090B is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 9 | 11 | - |
| CMYK | 0 | 0.91 | 0.89 | 0.61 |
| HSL | 358.68º | 0.83% | 0.21% | - |
| HSV(B) | 358.68º | 0.91% | 0.39% | - |
| XYZ | 5.41 | 2.93 | 0.6 | - |
| YUV | 36.44 | 113.65 | 173.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 9 | 11 | 0 | 0.91 | 0.89 | 0.61 | 358.68 | 0.83 | 0.21 |
| Hex | 64 | 9 | B | 0 | 5B | 59 | 3D | 167 | 53 | 15 |
| Octal | 144 | 11 | 13 | 0 | 133 | 131 | 75 | 547 | 123 | 25 |
| Binary | 1100100 | 1001 | 1011 | 0 | 1011011 | 1011001 | 111101 | 101100111 | 1010011 | 10101 |
Color Harmonies of #64090B
Complementary color
Monochromatic Colors of #64090B
Black with #64090B
Text Example
Text Example
White with #64090B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64090B; }
p { color: rgb(100,9,11); }
H1.HeaderClassName
{
color: #64090B;
}
.AnyTagClassName
{
color: #64090B;
}
</style>
background-color css
<style>
a { background-color: #64090B; }
a { background-color: rgb(100,9,11); }
div.DivClassName
{
background-color: #64090B;
}
.BgClassName
{
background-color: #64090B;
}
</style>
border-color css
<style>
span { border-color: #64090B; }
span { border-color: rgb(100,9,11); }
td.TdClassName
{
border-color: #64090B;
}
.TagClassName
{
border-color: #64090B;
}
</style>