Shades of Pohutukawa #64030A
Tints of Pohutukawa #64030A
RGB
CMYK
RGB Variations
Color information
#64030A (or 0x64030A) is known color: Pohutukawa. HEX triplet: 64, 03 and 0A. RGB value is (100,3,10). Sum of RGB (Red+Green+Blue) = 100+3+10=113 (14% of max value = 765). Red value is 100 (39.45% from 255 or 88.50% from 113); Green value is 3 (1.56% from 255 or 2.65% from 113); Blue value is 10 (4.30% from 255 or 8.85% from 113); Max value from RGB is 100 - color contains mainly: red. Hex color #64030A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #64030A is #9BFCF5. Grayscale: #202020. Windows color (decimal): -10222838 or 656228. OLE color: 656228.
HSL color Cylindrical-coordinate representation of color #64030A: hue angle of 355.67º 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 #64030A is Cyan = 0, Magento = 0.97, Yellow = 0.90 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 3 | 10 | - |
| CMYK | 0 | 0.97 | 0.90 | 0.61 |
| HSL | 355.67º | 0.94% | 0.2% | - |
| HSV(B) | 355.67º | 0.97% | 0.39% | - |
| XYZ | 5.34 | 2.8 | 0.55 | - |
| YUV | 32.8 | 115.14 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 3 | 10 | 0 | 0.97 | 0.90 | 0.61 | 355.67 | 0.94 | 0.2 |
| Hex | 64 | 3 | A | 0 | 61 | 5A | 3D | 164 | 5E | 14 |
| Octal | 144 | 3 | 12 | 0 | 141 | 132 | 75 | 544 | 136 | 24 |
| Binary | 1100100 | 11 | 1010 | 0 | 1100001 | 1011010 | 111101 | 101100100 | 1011110 | 10100 |
Color Harmonies of #64030A
Complementary color
Monochromatic Colors of #64030A
Black with #64030A
Text Example
Text Example
White with #64030A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64030A; }
p { color: rgb(100,3,10); }
H1.HeaderClassName
{
color: #64030A;
}
.AnyTagClassName
{
color: #64030A;
}
</style>
background-color css
<style>
a { background-color: #64030A; }
a { background-color: rgb(100,3,10); }
div.DivClassName
{
background-color: #64030A;
}
.BgClassName
{
background-color: #64030A;
}
</style>
border-color css
<style>
span { border-color: #64030A; }
span { border-color: rgb(100,3,10); }
td.TdClassName
{
border-color: #64030A;
}
.TagClassName
{
border-color: #64030A;
}
</style>