Shades of Pohutukawa #64131C
Tints of Pohutukawa #64131C
RGB
CMYK
RGB Variations
Color information
#64131C (or 0x64131C) is known color: Pohutukawa. HEX triplet: 64, 13 and 1C. RGB value is (100,19,28). Sum of RGB (Red+Green+Blue) = 100+19+28=147 (19% of max value = 765). Red value is 100 (39.45% from 255 or 68.03% from 147); Green value is 19 (7.81% from 255 or 12.93% from 147); Blue value is 28 (11.33% from 255 or 19.05% from 147); Max value from RGB is 100 - color contains mainly: red. Hex color #64131C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64131C is #9BECE3. Grayscale: #2C2C2C. Windows color (decimal): -10218724 or 1839972. OLE color: 1839972.
HSL color Cylindrical-coordinate representation of color #64131C: hue angle of 353.33º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #64131C is Cyan = 0, Magento = 0.81, Yellow = 0.72 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 19 | 28 | - |
| CMYK | 0 | 0.81 | 0.72 | 0.61 |
| HSL | 353.33º | 0.68% | 0.23% | - |
| HSV(B) | 353.33º | 0.81% | 0.39% | - |
| XYZ | 5.7 | 3.26 | 1.43 | - |
| YUV | 44.25 | 118.84 | 167.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 19 | 28 | 0 | 0.81 | 0.72 | 0.61 | 353.33 | 0.68 | 0.23 |
| Hex | 64 | 13 | 1C | 0 | 51 | 48 | 3D | 161 | 44 | 17 |
| Octal | 144 | 23 | 34 | 0 | 121 | 110 | 75 | 541 | 104 | 27 |
| Binary | 1100100 | 10011 | 11100 | 0 | 1010001 | 1001000 | 111101 | 101100001 | 1000100 | 10111 |
Color Harmonies of #64131C
Complementary color
Monochromatic Colors of #64131C
Black with #64131C
Text Example
Text Example
White with #64131C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64131C; }
p { color: rgb(100,19,28); }
H1.HeaderClassName
{
color: #64131C;
}
.AnyTagClassName
{
color: #64131C;
}
</style>
background-color css
<style>
a { background-color: #64131C; }
a { background-color: rgb(100,19,28); }
div.DivClassName
{
background-color: #64131C;
}
.BgClassName
{
background-color: #64131C;
}
</style>
border-color css
<style>
span { border-color: #64131C; }
span { border-color: rgb(100,19,28); }
td.TdClassName
{
border-color: #64131C;
}
.TagClassName
{
border-color: #64131C;
}
</style>