Shades of Pohutukawa #640F1D
Tints of Pohutukawa #640F1D
RGB
CMYK
RGB Variations
Color information
#640F1D (or 0x640F1D) is known color: Pohutukawa. HEX triplet: 64, 0F and 1D. RGB value is (100,15,29). Sum of RGB (Red+Green+Blue) = 100+15+29=144 (19% of max value = 765). Red value is 100 (39.45% from 255 or 69.44% from 144); Green value is 15 (6.25% from 255 or 10.42% from 144); Blue value is 29 (11.72% from 255 or 20.14% from 144); Max value from RGB is 100 - color contains mainly: red. Hex color #640F1D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #640F1D is #9BF0E2. Grayscale: #2A2A2A. Windows color (decimal): -10219747 or 1904484. OLE color: 1904484.
HSL color Cylindrical-coordinate representation of color #640F1D: hue angle of 350.12º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #640F1D is Cyan = 0, Magento = 0.85, Yellow = 0.71 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 15 | 29 | - |
| CMYK | 0 | 0.85 | 0.71 | 0.61 |
| HSL | 350.12º | 0.74% | 0.23% | - |
| HSV(B) | 350.12º | 0.85% | 0.39% | - |
| XYZ | 5.65 | 3.14 | 1.47 | - |
| YUV | 42.01 | 120.66 | 169.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 15 | 29 | 0 | 0.85 | 0.71 | 0.61 | 350.12 | 0.74 | 0.23 |
| Hex | 64 | F | 1D | 0 | 55 | 47 | 3D | 15E | 4A | 17 |
| Octal | 144 | 17 | 35 | 0 | 125 | 107 | 75 | 536 | 112 | 27 |
| Binary | 1100100 | 1111 | 11101 | 0 | 1010101 | 1000111 | 111101 | 101011110 | 1001010 | 10111 |
Color Harmonies of #640F1D
Complementary color
Monochromatic Colors of #640F1D
Black with #640F1D
Text Example
Text Example
White with #640F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640F1D; }
p { color: rgb(100,15,29); }
H1.HeaderClassName
{
color: #640F1D;
}
.AnyTagClassName
{
color: #640F1D;
}
</style>
background-color css
<style>
a { background-color: #640F1D; }
a { background-color: rgb(100,15,29); }
div.DivClassName
{
background-color: #640F1D;
}
.BgClassName
{
background-color: #640F1D;
}
</style>
border-color css
<style>
span { border-color: #640F1D; }
span { border-color: rgb(100,15,29); }
td.TdClassName
{
border-color: #640F1D;
}
.TagClassName
{
border-color: #640F1D;
}
</style>