Shades of Pohutukawa #64152C
Tints of Pohutukawa #64152C
RGB
CMYK
RGB Variations
Color information
#64152C (or 0x64152C) is known color: Pohutukawa. HEX triplet: 64, 15 and 2C. RGB value is (100,21,44). Sum of RGB (Red+Green+Blue) = 100+21+44=165 (21% of max value = 765). Red value is 100 (39.45% from 255 or 60.61% from 165); Green value is 21 (8.59% from 255 or 12.73% from 165); Blue value is 44 (17.58% from 255 or 26.67% from 165); Max value from RGB is 100 - color contains mainly: red. Hex color #64152C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64152C is #9BEAD3. Grayscale: #2F2F2F. Windows color (decimal): -10218196 or 2889060. OLE color: 2889060.
HSL color Cylindrical-coordinate representation of color #64152C: hue angle of 342.53º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #64152C is Cyan = 0, Magento = 0.79, Yellow = 0.56 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 21 | 44 | - |
| CMYK | 0 | 0.79 | 0.56 | 0.61 |
| HSL | 342.53º | 0.65% | 0.24% | - |
| HSV(B) | 342.53º | 0.79% | 0.39% | - |
| XYZ | 5.98 | 3.43 | 2.73 | - |
| YUV | 47.24 | 126.17 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 21 | 44 | 0 | 0.79 | 0.56 | 0.61 | 342.53 | 0.65 | 0.24 |
| Hex | 64 | 15 | 2C | 0 | 4F | 38 | 3D | 157 | 41 | 18 |
| Octal | 144 | 25 | 54 | 0 | 117 | 70 | 75 | 527 | 101 | 30 |
| Binary | 1100100 | 10101 | 101100 | 0 | 1001111 | 111000 | 111101 | 101010111 | 1000001 | 11000 |
Color Harmonies of #64152C
Complementary color
Monochromatic Colors of #64152C
Black with #64152C
Text Example
Text Example
White with #64152C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64152C; }
p { color: rgb(100,21,44); }
H1.HeaderClassName
{
color: #64152C;
}
.AnyTagClassName
{
color: #64152C;
}
</style>
background-color css
<style>
a { background-color: #64152C; }
a { background-color: rgb(100,21,44); }
div.DivClassName
{
background-color: #64152C;
}
.BgClassName
{
background-color: #64152C;
}
</style>
border-color css
<style>
span { border-color: #64152C; }
span { border-color: rgb(100,21,44); }
td.TdClassName
{
border-color: #64152C;
}
.TagClassName
{
border-color: #64152C;
}
</style>