Shades of Pohutukawa #640817
Tints of Pohutukawa #640817
RGB
CMYK
RGB Variations
Color information
#640817 (or 0x640817) is known color: Pohutukawa. HEX triplet: 64, 08 and 17. RGB value is (100,8,23). Sum of RGB (Red+Green+Blue) = 100+8+23=131 (17% of max value = 765). Red value is 100 (39.45% from 255 or 76.34% from 131); Green value is 8 (3.52% from 255 or 6.11% from 131); Blue value is 23 (9.38% from 255 or 17.56% from 131); Max value from RGB is 100 - color contains mainly: red. Hex color #640817 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640817 is #9BF7E8. Grayscale: #252525. Windows color (decimal): -10221545 or 1509476. OLE color: 1509476.
HSL color Cylindrical-coordinate representation of color #640817: hue angle of 350.22º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #640817 is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 8 | 23 | - |
| CMYK | 0 | 0.92 | 0.77 | 0.61 |
| HSL | 350.22º | 0.85% | 0.21% | - |
| HSV(B) | 350.22º | 0.92% | 0.39% | - |
| XYZ | 5.5 | 2.94 | 1.09 | - |
| YUV | 37.22 | 119.98 | 172.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 8 | 23 | 0 | 0.92 | 0.77 | 0.61 | 350.22 | 0.85 | 0.21 |
| Hex | 64 | 8 | 17 | 0 | 5C | 4D | 3D | 15E | 55 | 15 |
| Octal | 144 | 10 | 27 | 0 | 134 | 115 | 75 | 536 | 125 | 25 |
| Binary | 1100100 | 1000 | 10111 | 0 | 1011100 | 1001101 | 111101 | 101011110 | 1010101 | 10101 |
Color Harmonies of #640817
Complementary color
Monochromatic Colors of #640817
Black with #640817
Text Example
Text Example
White with #640817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640817; }
p { color: rgb(100,8,23); }
H1.HeaderClassName
{
color: #640817;
}
.AnyTagClassName
{
color: #640817;
}
</style>
background-color css
<style>
a { background-color: #640817; }
a { background-color: rgb(100,8,23); }
div.DivClassName
{
background-color: #640817;
}
.BgClassName
{
background-color: #640817;
}
</style>
border-color css
<style>
span { border-color: #640817; }
span { border-color: rgb(100,8,23); }
td.TdClassName
{
border-color: #640817;
}
.TagClassName
{
border-color: #640817;
}
</style>