Shades of Pohutukawa #63080E
Tints of Pohutukawa #63080E
RGB
CMYK
RGB Variations
Color information
#63080E (or 0x63080E) is known color: Pohutukawa. HEX triplet: 63, 08 and 0E. RGB value is (99,8,14). Sum of RGB (Red+Green+Blue) = 99+8+14=121 (16% of max value = 765). Red value is 99 (39.06% from 255 or 81.82% from 121); Green value is 8 (3.52% from 255 or 6.61% from 121); Blue value is 14 (5.86% from 255 or 11.57% from 121); Max value from RGB is 99 - color contains mainly: red. Hex color #63080E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #63080E is #9CF7F1. Grayscale: #232323. Windows color (decimal): -10287090 or 919651. OLE color: 919651.
HSL color Cylindrical-coordinate representation of color #63080E: hue angle of 356.04º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #63080E is Cyan = 0, Magento = 0.92, Yellow = 0.86 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 8 | 14 | - |
| CMYK | 0 | 0.92 | 0.86 | 0.61 |
| HSL | 356.04º | 0.85% | 0.21% | - |
| HSV(B) | 356.04º | 0.92% | 0.39% | - |
| XYZ | 5.31 | 2.86 | 0.69 | - |
| YUV | 35.89 | 115.65 | 173.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 8 | 14 | 0 | 0.92 | 0.86 | 0.61 | 356.04 | 0.85 | 0.21 |
| Hex | 63 | 8 | E | 0 | 5C | 56 | 3D | 164 | 55 | 15 |
| Octal | 143 | 10 | 16 | 0 | 134 | 126 | 75 | 544 | 125 | 25 |
| Binary | 1100011 | 1000 | 1110 | 0 | 1011100 | 1010110 | 111101 | 101100100 | 1010101 | 10101 |
Color Harmonies of #63080E
Complementary color
Monochromatic Colors of #63080E
Black with #63080E
Text Example
Text Example
White with #63080E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63080E; }
p { color: rgb(99,8,14); }
H1.HeaderClassName
{
color: #63080E;
}
.AnyTagClassName
{
color: #63080E;
}
</style>
background-color css
<style>
a { background-color: #63080E; }
a { background-color: rgb(99,8,14); }
div.DivClassName
{
background-color: #63080E;
}
.BgClassName
{
background-color: #63080E;
}
</style>
border-color css
<style>
span { border-color: #63080E; }
span { border-color: rgb(99,8,14); }
td.TdClassName
{
border-color: #63080E;
}
.TagClassName
{
border-color: #63080E;
}
</style>