Shades of Pohutukawa #640A1E
Tints of Pohutukawa #640A1E
RGB
CMYK
RGB Variations
Color information
#640A1E (or 0x640A1E) is known color: Pohutukawa. HEX triplet: 64, 0A and 1E. RGB value is (100,10,30). Sum of RGB (Red+Green+Blue) = 100+10+30=140 (18% of max value = 765). Red value is 100 (39.45% from 255 or 71.43% from 140); Green value is 10 (4.30% from 255 or 7.14% from 140); Blue value is 30 (12.11% from 255 or 21.43% from 140); Max value from RGB is 100 - color contains mainly: red. Hex color #640A1E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #640A1E is #9BF5E1. Grayscale: #272727. Windows color (decimal): -10221026 or 1968740. OLE color: 1968740.
HSL color Cylindrical-coordinate representation of color #640A1E: hue angle of 346.67º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #640A1E is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 10 | 30 | - |
| CMYK | 0 | 0.90 | 0.70 | 0.61 |
| HSL | 346.67º | 0.82% | 0.22% | - |
| HSV(B) | 346.67º | 0.9% | 0.39% | - |
| XYZ | 5.6 | 3.02 | 1.52 | - |
| YUV | 39.19 | 122.82 | 171.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 10 | 30 | 0 | 0.90 | 0.70 | 0.61 | 346.67 | 0.82 | 0.22 |
| Hex | 64 | A | 1E | 0 | 5A | 46 | 3D | 15B | 52 | 16 |
| Octal | 144 | 12 | 36 | 0 | 132 | 106 | 75 | 533 | 122 | 26 |
| Binary | 1100100 | 1010 | 11110 | 0 | 1011010 | 1000110 | 111101 | 101011011 | 1010010 | 10110 |
Color Harmonies of #640A1E
Complementary color
Monochromatic Colors of #640A1E
Black with #640A1E
Text Example
Text Example
White with #640A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640A1E; }
p { color: rgb(100,10,30); }
H1.HeaderClassName
{
color: #640A1E;
}
.AnyTagClassName
{
color: #640A1E;
}
</style>
background-color css
<style>
a { background-color: #640A1E; }
a { background-color: rgb(100,10,30); }
div.DivClassName
{
background-color: #640A1E;
}
.BgClassName
{
background-color: #640A1E;
}
</style>
border-color css
<style>
span { border-color: #640A1E; }
span { border-color: rgb(100,10,30); }
td.TdClassName
{
border-color: #640A1E;
}
.TagClassName
{
border-color: #640A1E;
}
</style>