Shades of Pohutukawa #640A12
Tints of Pohutukawa #640A12
RGB
CMYK
RGB Variations
Color information
#640A12 (or 0x640A12) is known color: Pohutukawa. HEX triplet: 64, 0A and 12. RGB value is (100,10,18). Sum of RGB (Red+Green+Blue) = 100+10+18=128 (16% of max value = 765). Red value is 100 (39.45% from 255 or 78.12% from 128); Green value is 10 (4.30% from 255 or 7.81% from 128); Blue value is 18 (7.42% from 255 or 14.06% from 128); Max value from RGB is 100 - color contains mainly: red. Hex color #640A12 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640A12 is #9BF5ED. Grayscale: #252525. Windows color (decimal): -10221038 or 1182308. OLE color: 1182308.
HSL color Cylindrical-coordinate representation of color #640A12: hue angle of 354.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 #640A12 is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 10 | 18 | - |
| CMYK | 0 | 0.90 | 0.82 | 0.61 |
| HSL | 354.67º | 0.82% | 0.22% | - |
| HSV(B) | 354.67º | 0.9% | 0.39% | - |
| XYZ | 5.47 | 2.97 | 0.86 | - |
| YUV | 37.82 | 116.82 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 10 | 18 | 0 | 0.90 | 0.82 | 0.61 | 354.67 | 0.82 | 0.22 |
| Hex | 64 | A | 12 | 0 | 5A | 52 | 3D | 163 | 52 | 16 |
| Octal | 144 | 12 | 22 | 0 | 132 | 122 | 75 | 543 | 122 | 26 |
| Binary | 1100100 | 1010 | 10010 | 0 | 1011010 | 1010010 | 111101 | 101100011 | 1010010 | 10110 |
Color Harmonies of #640A12
Complementary color
Monochromatic Colors of #640A12
Black with #640A12
Text Example
Text Example
White with #640A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640A12; }
p { color: rgb(100,10,18); }
H1.HeaderClassName
{
color: #640A12;
}
.AnyTagClassName
{
color: #640A12;
}
</style>
background-color css
<style>
a { background-color: #640A12; }
a { background-color: rgb(100,10,18); }
div.DivClassName
{
background-color: #640A12;
}
.BgClassName
{
background-color: #640A12;
}
</style>
border-color css
<style>
span { border-color: #640A12; }
span { border-color: rgb(100,10,18); }
td.TdClassName
{
border-color: #640A12;
}
.TagClassName
{
border-color: #640A12;
}
</style>