Shades of Pohutukawa #630212
Tints of Pohutukawa #630212
RGB
CMYK
RGB Variations
Color information
#630212 (or 0x630212) is known color: Pohutukawa. HEX triplet: 63, 02 and 12. RGB value is (99,2,18). Sum of RGB (Red+Green+Blue) = 99+2+18=119 (15% of max value = 765). Red value is 99 (39.06% from 255 or 83.19% from 119); Green value is 2 (1.17% from 255 or 1.68% from 119); Blue value is 18 (7.42% from 255 or 15.13% from 119); Max value from RGB is 99 - color contains mainly: red. Hex color #630212 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630212 is #9CFDED. Grayscale: #202020. Windows color (decimal): -10288622 or 1180259. OLE color: 1180259.
HSL color Cylindrical-coordinate representation of color #630212: hue angle of 350.1º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #630212 is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 2 | 18 | - |
| CMYK | 0 | 0.98 | 0.82 | 0.61 |
| HSL | 350.1º | 0.96% | 0.2% | - |
| HSV(B) | 350.1º | 0.98% | 0.39% | - |
| XYZ | 5.28 | 2.74 | 0.82 | - |
| YUV | 32.83 | 119.64 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 2 | 18 | 0 | 0.98 | 0.82 | 0.61 | 350.1 | 0.96 | 0.2 |
| Hex | 63 | 2 | 12 | 0 | 62 | 52 | 3D | 15E | 60 | 14 |
| Octal | 143 | 2 | 22 | 0 | 142 | 122 | 75 | 536 | 140 | 24 |
| Binary | 1100011 | 10 | 10010 | 0 | 1100010 | 1010010 | 111101 | 101011110 | 1100000 | 10100 |
Color Harmonies of #630212
Complementary color
Monochromatic Colors of #630212
Black with #630212
Text Example
Text Example
White with #630212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630212; }
p { color: rgb(99,2,18); }
H1.HeaderClassName
{
color: #630212;
}
.AnyTagClassName
{
color: #630212;
}
</style>
background-color css
<style>
a { background-color: #630212; }
a { background-color: rgb(99,2,18); }
div.DivClassName
{
background-color: #630212;
}
.BgClassName
{
background-color: #630212;
}
</style>
border-color css
<style>
span { border-color: #630212; }
span { border-color: rgb(99,2,18); }
td.TdClassName
{
border-color: #630212;
}
.TagClassName
{
border-color: #630212;
}
</style>