Shades of Pohutukawa #64030B
Tints of Pohutukawa #64030B
RGB
CMYK
RGB Variations
Color information
#64030B (or 0x64030B) is known color: Pohutukawa. HEX triplet: 64, 03 and 0B. RGB value is (100,3,11). Sum of RGB (Red+Green+Blue) = 100+3+11=114 (15% of max value = 765). Red value is 100 (39.45% from 255 or 87.72% from 114); Green value is 3 (1.56% from 255 or 2.63% from 114); Blue value is 11 (4.69% from 255 or 9.65% from 114); Max value from RGB is 100 - color contains mainly: red. Hex color #64030B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #64030B is #9BFCF4. Grayscale: #202020. Windows color (decimal): -10222837 or 721764. OLE color: 721764.
HSL color Cylindrical-coordinate representation of color #64030B: hue angle of 355.05º 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 #64030B is Cyan = 0, Magento = 0.97, Yellow = 0.89 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 3 | 11 | - |
| CMYK | 0 | 0.97 | 0.89 | 0.61 |
| HSL | 355.05º | 0.94% | 0.2% | - |
| HSV(B) | 355.05º | 0.97% | 0.39% | - |
| XYZ | 5.35 | 2.8 | 0.57 | - |
| YUV | 32.92 | 115.64 | 175.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 3 | 11 | 0 | 0.97 | 0.89 | 0.61 | 355.05 | 0.94 | 0.2 |
| Hex | 64 | 3 | B | 0 | 61 | 59 | 3D | 163 | 5E | 14 |
| Octal | 144 | 3 | 13 | 0 | 141 | 131 | 75 | 543 | 136 | 24 |
| Binary | 1100100 | 11 | 1011 | 0 | 1100001 | 1011001 | 111101 | 101100011 | 1011110 | 10100 |
Color Harmonies of #64030B
Complementary color
Monochromatic Colors of #64030B
Black with #64030B
Text Example
Text Example
White with #64030B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64030B; }
p { color: rgb(100,3,11); }
H1.HeaderClassName
{
color: #64030B;
}
.AnyTagClassName
{
color: #64030B;
}
</style>
background-color css
<style>
a { background-color: #64030B; }
a { background-color: rgb(100,3,11); }
div.DivClassName
{
background-color: #64030B;
}
.BgClassName
{
background-color: #64030B;
}
</style>
border-color css
<style>
span { border-color: #64030B; }
span { border-color: rgb(100,3,11); }
td.TdClassName
{
border-color: #64030B;
}
.TagClassName
{
border-color: #64030B;
}
</style>