Shades of Pohutukawa #640B12
Tints of Pohutukawa #640B12
RGB
CMYK
RGB Variations
Color information
#640B12 (or 0x640B12) is known color: Pohutukawa. HEX triplet: 64, 0B and 12. RGB value is (100,11,18). Sum of RGB (Red+Green+Blue) = 100+11+18=129 (17% of max value = 765). Red value is 100 (39.45% from 255 or 77.52% from 129); Green value is 11 (4.69% from 255 or 8.53% from 129); Blue value is 18 (7.42% from 255 or 13.95% from 129); Max value from RGB is 100 - color contains mainly: red. Hex color #640B12 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640B12 is #9BF4ED. Grayscale: #262626. Windows color (decimal): -10220782 or 1182564. OLE color: 1182564.
HSL color Cylindrical-coordinate representation of color #640B12: hue angle of 355.28º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #640B12 is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 11 | 18 | - |
| CMYK | 0 | 0.89 | 0.82 | 0.61 |
| HSL | 355.28º | 0.8% | 0.22% | - |
| HSV(B) | 355.28º | 0.89% | 0.39% | - |
| XYZ | 5.48 | 2.99 | 0.86 | - |
| YUV | 38.41 | 116.49 | 171.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 11 | 18 | 0 | 0.89 | 0.82 | 0.61 | 355.28 | 0.8 | 0.22 |
| Hex | 64 | B | 12 | 0 | 59 | 52 | 3D | 163 | 50 | 16 |
| Octal | 144 | 13 | 22 | 0 | 131 | 122 | 75 | 543 | 120 | 26 |
| Binary | 1100100 | 1011 | 10010 | 0 | 1011001 | 1010010 | 111101 | 101100011 | 1010000 | 10110 |
Color Harmonies of #640B12
Complementary color
Monochromatic Colors of #640B12
Black with #640B12
Text Example
Text Example
White with #640B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640B12; }
p { color: rgb(100,11,18); }
H1.HeaderClassName
{
color: #640B12;
}
.AnyTagClassName
{
color: #640B12;
}
</style>
background-color css
<style>
a { background-color: #640B12; }
a { background-color: rgb(100,11,18); }
div.DivClassName
{
background-color: #640B12;
}
.BgClassName
{
background-color: #640B12;
}
</style>
border-color css
<style>
span { border-color: #640B12; }
span { border-color: rgb(100,11,18); }
td.TdClassName
{
border-color: #640B12;
}
.TagClassName
{
border-color: #640B12;
}
</style>