Shades of Pohutukawa #63030E
Tints of Pohutukawa #63030E
RGB
CMYK
RGB Variations
Color information
#63030E (or 0x63030E) is known color: Pohutukawa. HEX triplet: 63, 03 and 0E. RGB value is (99,3,14). Sum of RGB (Red+Green+Blue) = 99+3+14=116 (15% of max value = 765). Red value is 99 (39.06% from 255 or 85.34% from 116); Green value is 3 (1.56% from 255 or 2.59% from 116); Blue value is 14 (5.86% from 255 or 12.07% from 116); Max value from RGB is 99 - color contains mainly: red. Hex color #63030E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #63030E is #9CFCF1. Grayscale: #212121. Windows color (decimal): -10288370 or 918371. OLE color: 918371.
HSL color Cylindrical-coordinate representation of color #63030E: hue angle of 353.12º 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 #63030E is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 3 | 14 | - |
| CMYK | 0 | 0.97 | 0.86 | 0.61 |
| HSL | 353.13º | 0.94% | 0.2% | - |
| HSV(B) | 353.13º | 0.97% | 0.39% | - |
| XYZ | 5.26 | 2.75 | 0.67 | - |
| YUV | 32.96 | 117.3 | 175.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 3 | 14 | 0 | 0.97 | 0.86 | 0.61 | 353.13 | 0.94 | 0.2 |
| Hex | 63 | 3 | E | 0 | 61 | 56 | 3D | 161 | 5E | 14 |
| Octal | 143 | 3 | 16 | 0 | 141 | 126 | 75 | 541 | 136 | 24 |
| Binary | 1100011 | 11 | 1110 | 0 | 1100001 | 1010110 | 111101 | 101100001 | 1011110 | 10100 |
Color Harmonies of #63030E
Complementary color
Monochromatic Colors of #63030E
Black with #63030E
Text Example
Text Example
White with #63030E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63030E; }
p { color: rgb(99,3,14); }
H1.HeaderClassName
{
color: #63030E;
}
.AnyTagClassName
{
color: #63030E;
}
</style>
background-color css
<style>
a { background-color: #63030E; }
a { background-color: rgb(99,3,14); }
div.DivClassName
{
background-color: #63030E;
}
.BgClassName
{
background-color: #63030E;
}
</style>
border-color css
<style>
span { border-color: #63030E; }
span { border-color: rgb(99,3,14); }
td.TdClassName
{
border-color: #63030E;
}
.TagClassName
{
border-color: #63030E;
}
</style>