Shades of Pohutukawa #64101D
Tints of Pohutukawa #64101D
RGB
CMYK
RGB Variations
Color information
#64101D (or 0x64101D) is known color: Pohutukawa. HEX triplet: 64, 10 and 1D. RGB value is (100,16,29). Sum of RGB (Red+Green+Blue) = 100+16+29=145 (19% of max value = 765). Red value is 100 (39.45% from 255 or 68.97% from 145); Green value is 16 (6.64% from 255 or 11.03% from 145); Blue value is 29 (11.72% from 255 or 20% from 145); Max value from RGB is 100 - color contains mainly: red. Hex color #64101D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64101D is #9BEFE2. Grayscale: #2A2A2A. Windows color (decimal): -10219491 or 1904740. OLE color: 1904740.
HSL color Cylindrical-coordinate representation of color #64101D: hue angle of 350.71º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #64101D is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 16 | 29 | - |
| CMYK | 0 | 0.84 | 0.71 | 0.61 |
| HSL | 350.71º | 0.72% | 0.23% | - |
| HSV(B) | 350.71º | 0.84% | 0.39% | - |
| XYZ | 5.66 | 3.17 | 1.48 | - |
| YUV | 42.6 | 120.33 | 168.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 16 | 29 | 0 | 0.84 | 0.71 | 0.61 | 350.71 | 0.72 | 0.23 |
| Hex | 64 | 10 | 1D | 0 | 54 | 47 | 3D | 15F | 48 | 17 |
| Octal | 144 | 20 | 35 | 0 | 124 | 107 | 75 | 537 | 110 | 27 |
| Binary | 1100100 | 10000 | 11101 | 0 | 1010100 | 1000111 | 111101 | 101011111 | 1001000 | 10111 |
Color Harmonies of #64101D
Complementary color
Monochromatic Colors of #64101D
Black with #64101D
Text Example
Text Example
White with #64101D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64101D; }
p { color: rgb(100,16,29); }
H1.HeaderClassName
{
color: #64101D;
}
.AnyTagClassName
{
color: #64101D;
}
</style>
background-color css
<style>
a { background-color: #64101D; }
a { background-color: rgb(100,16,29); }
div.DivClassName
{
background-color: #64101D;
}
.BgClassName
{
background-color: #64101D;
}
</style>
border-color css
<style>
span { border-color: #64101D; }
span { border-color: rgb(100,16,29); }
td.TdClassName
{
border-color: #64101D;
}
.TagClassName
{
border-color: #64101D;
}
</style>