Shades of Pohutukawa #63090E
Tints of Pohutukawa #63090E
RGB
CMYK
RGB Variations
Color information
#63090E (or 0x63090E) is known color: Pohutukawa. HEX triplet: 63, 09 and 0E. RGB value is (99,9,14). Sum of RGB (Red+Green+Blue) = 99+9+14=122 (16% of max value = 765). Red value is 99 (39.06% from 255 or 81.15% from 122); Green value is 9 (3.91% from 255 or 7.38% from 122); Blue value is 14 (5.86% from 255 or 11.48% from 122); Max value from RGB is 99 - color contains mainly: red. Hex color #63090E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #63090E is #9CF6F1. Grayscale: #242424. Windows color (decimal): -10286834 or 919907. OLE color: 919907.
HSL color Cylindrical-coordinate representation of color #63090E: hue angle of 356.67º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #63090E is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 9 | 14 | - |
| CMYK | 0 | 0.91 | 0.86 | 0.61 |
| HSL | 356.67º | 0.83% | 0.21% | - |
| HSV(B) | 356.67º | 0.91% | 0.39% | - |
| XYZ | 5.32 | 2.88 | 0.69 | - |
| YUV | 36.48 | 115.32 | 172.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 9 | 14 | 0 | 0.91 | 0.86 | 0.61 | 356.67 | 0.83 | 0.21 |
| Hex | 63 | 9 | E | 0 | 5B | 56 | 3D | 165 | 53 | 15 |
| Octal | 143 | 11 | 16 | 0 | 133 | 126 | 75 | 545 | 123 | 25 |
| Binary | 1100011 | 1001 | 1110 | 0 | 1011011 | 1010110 | 111101 | 101100101 | 1010011 | 10101 |
Color Harmonies of #63090E
Complementary color
Monochromatic Colors of #63090E
Black with #63090E
Text Example
Text Example
White with #63090E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63090E; }
p { color: rgb(99,9,14); }
H1.HeaderClassName
{
color: #63090E;
}
.AnyTagClassName
{
color: #63090E;
}
</style>
background-color css
<style>
a { background-color: #63090E; }
a { background-color: rgb(99,9,14); }
div.DivClassName
{
background-color: #63090E;
}
.BgClassName
{
background-color: #63090E;
}
</style>
border-color css
<style>
span { border-color: #63090E; }
span { border-color: rgb(99,9,14); }
td.TdClassName
{
border-color: #63090E;
}
.TagClassName
{
border-color: #63090E;
}
</style>