Shades of Pohutukawa #630A0E
Tints of Pohutukawa #630A0E
RGB
CMYK
RGB Variations
Color information
#630A0E (or 0x630A0E) is known color: Pohutukawa. HEX triplet: 63, 0A and 0E. RGB value is (99,10,14). Sum of RGB (Red+Green+Blue) = 99+10+14=123 (16% of max value = 765). Red value is 99 (39.06% from 255 or 80.49% from 123); Green value is 10 (4.30% from 255 or 8.13% from 123); Blue value is 14 (5.86% from 255 or 11.38% from 123); Max value from RGB is 99 - color contains mainly: red. Hex color #630A0E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630A0E is #9CF5F1. Grayscale: #252525. Windows color (decimal): -10286578 or 920163. OLE color: 920163.
HSL color Cylindrical-coordinate representation of color #630A0E: hue angle of 357.3º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #630A0E is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 10 | 14 | - |
| CMYK | 0 | 0.90 | 0.86 | 0.61 |
| HSL | 357.3º | 0.82% | 0.21% | - |
| HSV(B) | 357.3º | 0.9% | 0.39% | - |
| XYZ | 5.33 | 2.9 | 0.69 | - |
| YUV | 37.07 | 114.99 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 10 | 14 | 0 | 0.90 | 0.86 | 0.61 | 357.3 | 0.82 | 0.21 |
| Hex | 63 | A | E | 0 | 5A | 56 | 3D | 165 | 52 | 15 |
| Octal | 143 | 12 | 16 | 0 | 132 | 126 | 75 | 545 | 122 | 25 |
| Binary | 1100011 | 1010 | 1110 | 0 | 1011010 | 1010110 | 111101 | 101100101 | 1010010 | 10101 |
Color Harmonies of #630A0E
Complementary color
Monochromatic Colors of #630A0E
Black with #630A0E
Text Example
Text Example
White with #630A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630A0E; }
p { color: rgb(99,10,14); }
H1.HeaderClassName
{
color: #630A0E;
}
.AnyTagClassName
{
color: #630A0E;
}
</style>
background-color css
<style>
a { background-color: #630A0E; }
a { background-color: rgb(99,10,14); }
div.DivClassName
{
background-color: #630A0E;
}
.BgClassName
{
background-color: #630A0E;
}
</style>
border-color css
<style>
span { border-color: #630A0E; }
span { border-color: rgb(99,10,14); }
td.TdClassName
{
border-color: #630A0E;
}
.TagClassName
{
border-color: #630A0E;
}
</style>