Shades of Pohutukawa #63102E
Tints of Pohutukawa #63102E
RGB
CMYK
RGB Variations
Color information
#63102E (or 0x63102E) is known color: Pohutukawa. HEX triplet: 63, 10 and 2E. RGB value is (99,16,46). Sum of RGB (Red+Green+Blue) = 99+16+46=161 (21% of max value = 765). Red value is 99 (39.06% from 255 or 61.49% from 161); Green value is 16 (6.64% from 255 or 9.94% from 161); Blue value is 46 (18.36% from 255 or 28.57% from 161); Max value from RGB is 99 - color contains mainly: red. Hex color #63102E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63102E is #9CEFD1. Grayscale: #2C2C2C. Windows color (decimal): -10285010 or 3018851. OLE color: 3018851.
HSL color Cylindrical-coordinate representation of color #63102E: hue angle of 338.31º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #63102E is Cyan = 0, Magento = 0.84, Yellow = 0.54 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 16 | 46 | - |
| CMYK | 0 | 0.84 | 0.54 | 0.61 |
| HSL | 338.31º | 0.72% | 0.23% | - |
| HSV(B) | 338.31º | 0.84% | 0.39% | - |
| XYZ | 5.82 | 3.22 | 2.9 | - |
| YUV | 44.24 | 129 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 16 | 46 | 0 | 0.84 | 0.54 | 0.61 | 338.31 | 0.72 | 0.23 |
| Hex | 63 | 10 | 2E | 0 | 54 | 36 | 3D | 152 | 48 | 17 |
| Octal | 143 | 20 | 56 | 0 | 124 | 66 | 75 | 522 | 110 | 27 |
| Binary | 1100011 | 10000 | 101110 | 0 | 1010100 | 110110 | 111101 | 101010010 | 1001000 | 10111 |
Color Harmonies of #63102E
Complementary color
Monochromatic Colors of #63102E
Black with #63102E
Text Example
Text Example
White with #63102E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63102E; }
p { color: rgb(99,16,46); }
H1.HeaderClassName
{
color: #63102E;
}
.AnyTagClassName
{
color: #63102E;
}
</style>
background-color css
<style>
a { background-color: #63102E; }
a { background-color: rgb(99,16,46); }
div.DivClassName
{
background-color: #63102E;
}
.BgClassName
{
background-color: #63102E;
}
</style>
border-color css
<style>
span { border-color: #63102E; }
span { border-color: rgb(99,16,46); }
td.TdClassName
{
border-color: #63102E;
}
.TagClassName
{
border-color: #63102E;
}
</style>