Shades of Pohutukawa #63090C
Tints of Pohutukawa #63090C
RGB
CMYK
RGB Variations
Color information
#63090C (or 0x63090C) is known color: Pohutukawa. HEX triplet: 63, 09 and 0C. RGB value is (99,9,12). Sum of RGB (Red+Green+Blue) = 99+9+12=120 (15% of max value = 765). Red value is 99 (39.06% from 255 or 82.5% from 120); Green value is 9 (3.91% from 255 or 7.5% from 120); Blue value is 12 (5.08% from 255 or 10% from 120); Max value from RGB is 99 - color contains mainly: red. Hex color #63090C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #63090C is #9CF6F3. Grayscale: #242424. Windows color (decimal): -10286836 or 788835. OLE color: 788835.
HSL color Cylindrical-coordinate representation of color #63090C: hue angle of 358º 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 #63090C is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 9 | 12 | - |
| CMYK | 0 | 0.91 | 0.88 | 0.61 |
| HSL | 358º | 0.83% | 0.21% | - |
| HSV(B) | 358º | 0.91% | 0.39% | - |
| XYZ | 5.31 | 2.87 | 0.62 | - |
| YUV | 36.25 | 114.32 | 172.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 9 | 12 | 0 | 0.91 | 0.88 | 0.61 | 358 | 0.83 | 0.21 |
| Hex | 63 | 9 | C | 0 | 5B | 58 | 3D | 166 | 53 | 15 |
| Octal | 143 | 11 | 14 | 0 | 133 | 130 | 75 | 546 | 123 | 25 |
| Binary | 1100011 | 1001 | 1100 | 0 | 1011011 | 1011000 | 111101 | 101100110 | 1010011 | 10101 |
Color Harmonies of #63090C
Complementary color
Monochromatic Colors of #63090C
Black with #63090C
Text Example
Text Example
White with #63090C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63090C; }
p { color: rgb(99,9,12); }
H1.HeaderClassName
{
color: #63090C;
}
.AnyTagClassName
{
color: #63090C;
}
</style>
background-color css
<style>
a { background-color: #63090C; }
a { background-color: rgb(99,9,12); }
div.DivClassName
{
background-color: #63090C;
}
.BgClassName
{
background-color: #63090C;
}
</style>
border-color css
<style>
span { border-color: #63090C; }
span { border-color: rgb(99,9,12); }
td.TdClassName
{
border-color: #63090C;
}
.TagClassName
{
border-color: #63090C;
}
</style>