Shades of Pohutukawa #64030C
Tints of Pohutukawa #64030C
RGB
CMYK
RGB Variations
Color information
#64030C (or 0x64030C) is known color: Pohutukawa. HEX triplet: 64, 03 and 0C. RGB value is (100,3,12). Sum of RGB (Red+Green+Blue) = 100+3+12=115 (15% of max value = 765). Red value is 100 (39.45% from 255 or 86.96% from 115); Green value is 3 (1.56% from 255 or 2.61% from 115); Blue value is 12 (5.08% from 255 or 10.43% from 115); Max value from RGB is 100 - color contains mainly: red. Hex color #64030C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #64030C is #9BFCF3. Grayscale: #212121. Windows color (decimal): -10222836 or 787300. OLE color: 787300.
HSL color Cylindrical-coordinate representation of color #64030C: hue angle of 354.43º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #64030C is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 3 | 12 | - |
| CMYK | 0 | 0.97 | 0.88 | 0.61 |
| HSL | 354.43º | 0.94% | 0.2% | - |
| HSV(B) | 354.43º | 0.97% | 0.39% | - |
| XYZ | 5.35 | 2.8 | 0.61 | - |
| YUV | 33.03 | 116.14 | 175.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 3 | 12 | 0 | 0.97 | 0.88 | 0.61 | 354.43 | 0.94 | 0.2 |
| Hex | 64 | 3 | C | 0 | 61 | 58 | 3D | 162 | 5E | 14 |
| Octal | 144 | 3 | 14 | 0 | 141 | 130 | 75 | 542 | 136 | 24 |
| Binary | 1100100 | 11 | 1100 | 0 | 1100001 | 1011000 | 111101 | 101100010 | 1011110 | 10100 |
Color Harmonies of #64030C
Complementary color
Monochromatic Colors of #64030C
Black with #64030C
Text Example
Text Example
White with #64030C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64030C; }
p { color: rgb(100,3,12); }
H1.HeaderClassName
{
color: #64030C;
}
.AnyTagClassName
{
color: #64030C;
}
</style>
background-color css
<style>
a { background-color: #64030C; }
a { background-color: rgb(100,3,12); }
div.DivClassName
{
background-color: #64030C;
}
.BgClassName
{
background-color: #64030C;
}
</style>
border-color css
<style>
span { border-color: #64030C; }
span { border-color: rgb(100,3,12); }
td.TdClassName
{
border-color: #64030C;
}
.TagClassName
{
border-color: #64030C;
}
</style>