Shades of Pohutukawa #64161D
Tints of Pohutukawa #64161D
RGB
CMYK
RGB Variations
Color information
#64161D (or 0x64161D) is known color: Pohutukawa. HEX triplet: 64, 16 and 1D. RGB value is (100,22,29). Sum of RGB (Red+Green+Blue) = 100+22+29=151 (20% of max value = 765). Red value is 100 (39.45% from 255 or 66.23% from 151); Green value is 22 (8.98% from 255 or 14.57% from 151); Blue value is 29 (11.72% from 255 or 19.21% from 151); Max value from RGB is 100 - color contains mainly: red. Hex color #64161D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64161D is #9BE9E2. Grayscale: #2E2E2E. Windows color (decimal): -10217955 or 1906276. OLE color: 1906276.
HSL color Cylindrical-coordinate representation of color #64161D: hue angle of 354.62º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #64161D is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 22 | 29 | - |
| CMYK | 0 | 0.78 | 0.71 | 0.61 |
| HSL | 354.62º | 0.64% | 0.24% | - |
| HSV(B) | 354.62º | 0.78% | 0.39% | - |
| XYZ | 5.76 | 3.37 | 1.51 | - |
| YUV | 46.12 | 118.34 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 22 | 29 | 0 | 0.78 | 0.71 | 0.61 | 354.62 | 0.64 | 0.24 |
| Hex | 64 | 16 | 1D | 0 | 4E | 47 | 3D | 163 | 40 | 18 |
| Octal | 144 | 26 | 35 | 0 | 116 | 107 | 75 | 543 | 100 | 30 |
| Binary | 1100100 | 10110 | 11101 | 0 | 1001110 | 1000111 | 111101 | 101100011 | 1000000 | 11000 |
Color Harmonies of #64161D
Complementary color
Monochromatic Colors of #64161D
Black with #64161D
Text Example
Text Example
White with #64161D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64161D; }
p { color: rgb(100,22,29); }
H1.HeaderClassName
{
color: #64161D;
}
.AnyTagClassName
{
color: #64161D;
}
</style>
background-color css
<style>
a { background-color: #64161D; }
a { background-color: rgb(100,22,29); }
div.DivClassName
{
background-color: #64161D;
}
.BgClassName
{
background-color: #64161D;
}
</style>
border-color css
<style>
span { border-color: #64161D; }
span { border-color: rgb(100,22,29); }
td.TdClassName
{
border-color: #64161D;
}
.TagClassName
{
border-color: #64161D;
}
</style>