Shades of Pohutukawa #640B0D
Tints of Pohutukawa #640B0D
RGB
CMYK
RGB Variations
Color information
#640B0D (or 0x640B0D) is known color: Pohutukawa. HEX triplet: 64, 0B and 0D. RGB value is (100,11,13). Sum of RGB (Red+Green+Blue) = 100+11+13=124 (16% of max value = 765). Red value is 100 (39.45% from 255 or 80.65% from 124); Green value is 11 (4.69% from 255 or 8.87% from 124); Blue value is 13 (5.47% from 255 or 10.48% from 124); Max value from RGB is 100 - color contains mainly: red. Hex color #640B0D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640B0D is #9BF4F2. Grayscale: #252525. Windows color (decimal): -10220787 or 854884. OLE color: 854884.
HSL color Cylindrical-coordinate representation of color #640B0D: hue angle of 358.65º 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 #640B0D is Cyan = 0, Magento = 0.89, Yellow = 0.87 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 11 | 13 | - |
| CMYK | 0 | 0.89 | 0.87 | 0.61 |
| HSL | 358.65º | 0.8% | 0.22% | - |
| HSV(B) | 358.65º | 0.89% | 0.39% | - |
| XYZ | 5.45 | 2.98 | 0.67 | - |
| YUV | 37.84 | 113.99 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 11 | 13 | 0 | 0.89 | 0.87 | 0.61 | 358.65 | 0.8 | 0.22 |
| Hex | 64 | B | D | 0 | 59 | 57 | 3D | 167 | 50 | 16 |
| Octal | 144 | 13 | 15 | 0 | 131 | 127 | 75 | 547 | 120 | 26 |
| Binary | 1100100 | 1011 | 1101 | 0 | 1011001 | 1010111 | 111101 | 101100111 | 1010000 | 10110 |
Color Harmonies of #640B0D
Complementary color
Monochromatic Colors of #640B0D
Black with #640B0D
Text Example
Text Example
White with #640B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640B0D; }
p { color: rgb(100,11,13); }
H1.HeaderClassName
{
color: #640B0D;
}
.AnyTagClassName
{
color: #640B0D;
}
</style>
background-color css
<style>
a { background-color: #640B0D; }
a { background-color: rgb(100,11,13); }
div.DivClassName
{
background-color: #640B0D;
}
.BgClassName
{
background-color: #640B0D;
}
</style>
border-color css
<style>
span { border-color: #640B0D; }
span { border-color: rgb(100,11,13); }
td.TdClassName
{
border-color: #640B0D;
}
.TagClassName
{
border-color: #640B0D;
}
</style>