Shades of Pohutukawa #64112A
Tints of Pohutukawa #64112A
RGB
CMYK
RGB Variations
Color information
#64112A (or 0x64112A) is known color: Pohutukawa. HEX triplet: 64, 11 and 2A. RGB value is (100,17,42). Sum of RGB (Red+Green+Blue) = 100+17+42=159 (21% of max value = 765). Red value is 100 (39.45% from 255 or 62.89% from 159); Green value is 17 (7.03% from 255 or 10.69% from 159); Blue value is 42 (16.80% from 255 or 26.42% from 159); Max value from RGB is 100 - color contains mainly: red. Hex color #64112A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64112A is #9BEED5. Grayscale: #2C2C2C. Windows color (decimal): -10219222 or 2756964. OLE color: 2756964.
HSL color Cylindrical-coordinate representation of color #64112A: hue angle of 341.93º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #64112A is Cyan = 0, Magento = 0.83, Yellow = 0.58 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 17 | 42 | - |
| CMYK | 0 | 0.83 | 0.58 | 0.61 |
| HSL | 341.93º | 0.71% | 0.23% | - |
| HSV(B) | 341.93º | 0.83% | 0.39% | - |
| XYZ | 5.87 | 3.28 | 2.51 | - |
| YUV | 44.67 | 126.5 | 167.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 17 | 42 | 0 | 0.83 | 0.58 | 0.61 | 341.93 | 0.71 | 0.23 |
| Hex | 64 | 11 | 2A | 0 | 53 | 3A | 3D | 156 | 47 | 17 |
| Octal | 144 | 21 | 52 | 0 | 123 | 72 | 75 | 526 | 107 | 27 |
| Binary | 1100100 | 10001 | 101010 | 0 | 1010011 | 111010 | 111101 | 101010110 | 1000111 | 10111 |
Color Harmonies of #64112A
Complementary color
Monochromatic Colors of #64112A
Black with #64112A
Text Example
Text Example
White with #64112A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64112A; }
p { color: rgb(100,17,42); }
H1.HeaderClassName
{
color: #64112A;
}
.AnyTagClassName
{
color: #64112A;
}
</style>
background-color css
<style>
a { background-color: #64112A; }
a { background-color: rgb(100,17,42); }
div.DivClassName
{
background-color: #64112A;
}
.BgClassName
{
background-color: #64112A;
}
</style>
border-color css
<style>
span { border-color: #64112A; }
span { border-color: rgb(100,17,42); }
td.TdClassName
{
border-color: #64112A;
}
.TagClassName
{
border-color: #64112A;
}
</style>