Shades of Pohutukawa #64071C
Tints of Pohutukawa #64071C
RGB
CMYK
RGB Variations
Color information
#64071C (or 0x64071C) is known color: Pohutukawa. HEX triplet: 64, 07 and 1C. RGB value is (100,7,28). Sum of RGB (Red+Green+Blue) = 100+7+28=135 (17% of max value = 765). Red value is 100 (39.45% from 255 or 74.07% from 135); Green value is 7 (3.12% from 255 or 5.19% from 135); Blue value is 28 (11.33% from 255 or 20.74% from 135); Max value from RGB is 100 - color contains mainly: red. Hex color #64071C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64071C is #9BF8E3. Grayscale: #252525. Windows color (decimal): -10221796 or 1836900. OLE color: 1836900.
HSL color Cylindrical-coordinate representation of color #64071C: hue angle of 346.45º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #64071C is Cyan = 0, Magento = 0.93, Yellow = 0.72 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 7 | 28 | - |
| CMYK | 0 | 0.93 | 0.72 | 0.61 |
| HSL | 346.45º | 0.87% | 0.21% | - |
| HSV(B) | 346.45º | 0.93% | 0.39% | - |
| XYZ | 5.54 | 2.95 | 1.38 | - |
| YUV | 37.2 | 122.81 | 172.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 7 | 28 | 0 | 0.93 | 0.72 | 0.61 | 346.45 | 0.87 | 0.21 |
| Hex | 64 | 7 | 1C | 0 | 5D | 48 | 3D | 15A | 57 | 15 |
| Octal | 144 | 7 | 34 | 0 | 135 | 110 | 75 | 532 | 127 | 25 |
| Binary | 1100100 | 111 | 11100 | 0 | 1011101 | 1001000 | 111101 | 101011010 | 1010111 | 10101 |
Color Harmonies of #64071C
Complementary color
Monochromatic Colors of #64071C
Black with #64071C
Text Example
Text Example
White with #64071C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64071C; }
p { color: rgb(100,7,28); }
H1.HeaderClassName
{
color: #64071C;
}
.AnyTagClassName
{
color: #64071C;
}
</style>
background-color css
<style>
a { background-color: #64071C; }
a { background-color: rgb(100,7,28); }
div.DivClassName
{
background-color: #64071C;
}
.BgClassName
{
background-color: #64071C;
}
</style>
border-color css
<style>
span { border-color: #64071C; }
span { border-color: rgb(100,7,28); }
td.TdClassName
{
border-color: #64071C;
}
.TagClassName
{
border-color: #64071C;
}
</style>