Shades of Pohutukawa #64171F
Tints of Pohutukawa #64171F
RGB
CMYK
RGB Variations
Color information
#64171F (or 0x64171F) is known color: Pohutukawa. HEX triplet: 64, 17 and 1F. RGB value is (100,23,31). Sum of RGB (Red+Green+Blue) = 100+23+31=154 (20% of max value = 765). Red value is 100 (39.45% from 255 or 64.94% from 154); Green value is 23 (9.38% from 255 or 14.94% from 154); Blue value is 31 (12.5% from 255 or 20.13% from 154); Max value from RGB is 100 - color contains mainly: red. Hex color #64171F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64171F is #9BE8E0. Grayscale: #2E2E2E. Windows color (decimal): -10217697 or 2037604. OLE color: 2037604.
HSL color Cylindrical-coordinate representation of color #64171F: hue angle of 353.77º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #64171F is Cyan = 0, Magento = 0.77, Yellow = 0.69 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 23 | 31 | - |
| CMYK | 0 | 0.77 | 0.69 | 0.61 |
| HSL | 353.77º | 0.63% | 0.24% | - |
| HSV(B) | 353.77º | 0.77% | 0.39% | - |
| XYZ | 5.81 | 3.42 | 1.65 | - |
| YUV | 46.94 | 119.01 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 23 | 31 | 0 | 0.77 | 0.69 | 0.61 | 353.77 | 0.63 | 0.24 |
| Hex | 64 | 17 | 1F | 0 | 4D | 45 | 3D | 162 | 3F | 18 |
| Octal | 144 | 27 | 37 | 0 | 115 | 105 | 75 | 542 | 77 | 30 |
| Binary | 1100100 | 10111 | 11111 | 0 | 1001101 | 1000101 | 111101 | 101100010 | 111111 | 11000 |
Color Harmonies of #64171F
Complementary color
Monochromatic Colors of #64171F
Black with #64171F
Text Example
Text Example
White with #64171F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64171F; }
p { color: rgb(100,23,31); }
H1.HeaderClassName
{
color: #64171F;
}
.AnyTagClassName
{
color: #64171F;
}
</style>
background-color css
<style>
a { background-color: #64171F; }
a { background-color: rgb(100,23,31); }
div.DivClassName
{
background-color: #64171F;
}
.BgClassName
{
background-color: #64171F;
}
</style>
border-color css
<style>
span { border-color: #64171F; }
span { border-color: rgb(100,23,31); }
td.TdClassName
{
border-color: #64171F;
}
.TagClassName
{
border-color: #64171F;
}
</style>