Shades of Pohutukawa #64041E
Tints of Pohutukawa #64041E
RGB
CMYK
RGB Variations
Color information
#64041E (or 0x64041E) is known color: Pohutukawa. HEX triplet: 64, 04 and 1E. RGB value is (100,4,30). Sum of RGB (Red+Green+Blue) = 100+4+30=134 (17% of max value = 765). Red value is 100 (39.45% from 255 or 74.63% from 134); Green value is 4 (1.95% from 255 or 2.99% from 134); Blue value is 30 (12.11% from 255 or 22.39% from 134); Max value from RGB is 100 - color contains mainly: red. Hex color #64041E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64041E is #9BFBE1. Grayscale: #232323. Windows color (decimal): -10222562 or 1967204. OLE color: 1967204.
HSL color Cylindrical-coordinate representation of color #64041E: hue angle of 343.75º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #64041E is Cyan = 0, Magento = 0.96, Yellow = 0.70 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 4 | 30 | - |
| CMYK | 0 | 0.96 | 0.70 | 0.61 |
| HSL | 343.75º | 0.92% | 0.2% | - |
| HSV(B) | 343.75º | 0.96% | 0.39% | - |
| XYZ | 5.53 | 2.89 | 1.49 | - |
| YUV | 35.67 | 124.8 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 4 | 30 | 0 | 0.96 | 0.70 | 0.61 | 343.75 | 0.92 | 0.2 |
| Hex | 64 | 4 | 1E | 0 | 60 | 46 | 3D | 158 | 5C | 14 |
| Octal | 144 | 4 | 36 | 0 | 140 | 106 | 75 | 530 | 134 | 24 |
| Binary | 1100100 | 100 | 11110 | 0 | 1100000 | 1000110 | 111101 | 101011000 | 1011100 | 10100 |
Color Harmonies of #64041E
Complementary color
Monochromatic Colors of #64041E
Black with #64041E
Text Example
Text Example
White with #64041E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64041E; }
p { color: rgb(100,4,30); }
H1.HeaderClassName
{
color: #64041E;
}
.AnyTagClassName
{
color: #64041E;
}
</style>
background-color css
<style>
a { background-color: #64041E; }
a { background-color: rgb(100,4,30); }
div.DivClassName
{
background-color: #64041E;
}
.BgClassName
{
background-color: #64041E;
}
</style>
border-color css
<style>
span { border-color: #64041E; }
span { border-color: rgb(100,4,30); }
td.TdClassName
{
border-color: #64041E;
}
.TagClassName
{
border-color: #64041E;
}
</style>