Shades of Pohutukawa #64122B
Tints of Pohutukawa #64122B
RGB
CMYK
RGB Variations
Color information
#64122B (or 0x64122B) is known color: Pohutukawa. HEX triplet: 64, 12 and 2B. RGB value is (100,18,43). Sum of RGB (Red+Green+Blue) = 100+18+43=161 (21% of max value = 765). Red value is 100 (39.45% from 255 or 62.11% from 161); Green value is 18 (7.42% from 255 or 11.18% from 161); Blue value is 43 (17.19% from 255 or 26.71% from 161); Max value from RGB is 100 - color contains mainly: red. Hex color #64122B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64122B is #9BEDD4. Grayscale: #2D2D2D. Windows color (decimal): -10218965 or 2822756. OLE color: 2822756.
HSL color Cylindrical-coordinate representation of color #64122B: hue angle of 341.71º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #64122B is Cyan = 0, Magento = 0.82, Yellow = 0.57 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 18 | 43 | - |
| CMYK | 0 | 0.82 | 0.57 | 0.61 |
| HSL | 341.71º | 0.69% | 0.23% | - |
| HSV(B) | 341.71º | 0.82% | 0.39% | - |
| XYZ | 5.91 | 3.32 | 2.61 | - |
| YUV | 45.37 | 126.67 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 18 | 43 | 0 | 0.82 | 0.57 | 0.61 | 341.71 | 0.69 | 0.23 |
| Hex | 64 | 12 | 2B | 0 | 52 | 39 | 3D | 156 | 45 | 17 |
| Octal | 144 | 22 | 53 | 0 | 122 | 71 | 75 | 526 | 105 | 27 |
| Binary | 1100100 | 10010 | 101011 | 0 | 1010010 | 111001 | 111101 | 101010110 | 1000101 | 10111 |
Color Harmonies of #64122B
Complementary color
Monochromatic Colors of #64122B
Black with #64122B
Text Example
Text Example
White with #64122B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64122B; }
p { color: rgb(100,18,43); }
H1.HeaderClassName
{
color: #64122B;
}
.AnyTagClassName
{
color: #64122B;
}
</style>
background-color css
<style>
a { background-color: #64122B; }
a { background-color: rgb(100,18,43); }
div.DivClassName
{
background-color: #64122B;
}
.BgClassName
{
background-color: #64122B;
}
</style>
border-color css
<style>
span { border-color: #64122B; }
span { border-color: rgb(100,18,43); }
td.TdClassName
{
border-color: #64122B;
}
.TagClassName
{
border-color: #64122B;
}
</style>