Shades of Pohutukawa #63111D
Tints of Pohutukawa #63111D
RGB
CMYK
RGB Variations
Color information
#63111D (or 0x63111D) is known color: Pohutukawa. HEX triplet: 63, 11 and 1D. RGB value is (99,17,29). Sum of RGB (Red+Green+Blue) = 99+17+29=145 (19% of max value = 765). Red value is 99 (39.06% from 255 or 68.28% from 145); Green value is 17 (7.03% from 255 or 11.72% from 145); Blue value is 29 (11.72% from 255 or 20% from 145); Max value from RGB is 99 - color contains mainly: red. Hex color #63111D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63111D is #9CEEE2. Grayscale: #2A2A2A. Windows color (decimal): -10284771 or 1904995. OLE color: 1904995.
HSL color Cylindrical-coordinate representation of color #63111D: hue angle of 351.22º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #63111D is Cyan = 0, Magento = 0.83, Yellow = 0.71 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 17 | 29 | - |
| CMYK | 0 | 0.83 | 0.71 | 0.61 |
| HSL | 351.22º | 0.71% | 0.23% | - |
| HSV(B) | 351.22º | 0.83% | 0.39% | - |
| XYZ | 5.57 | 3.14 | 1.48 | - |
| YUV | 42.89 | 120.17 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 17 | 29 | 0 | 0.83 | 0.71 | 0.61 | 351.22 | 0.71 | 0.23 |
| Hex | 63 | 11 | 1D | 0 | 53 | 47 | 3D | 15F | 47 | 17 |
| Octal | 143 | 21 | 35 | 0 | 123 | 107 | 75 | 537 | 107 | 27 |
| Binary | 1100011 | 10001 | 11101 | 0 | 1010011 | 1000111 | 111101 | 101011111 | 1000111 | 10111 |
Color Harmonies of #63111D
Complementary color
Monochromatic Colors of #63111D
Black with #63111D
Text Example
Text Example
White with #63111D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63111D; }
p { color: rgb(99,17,29); }
H1.HeaderClassName
{
color: #63111D;
}
.AnyTagClassName
{
color: #63111D;
}
</style>
background-color css
<style>
a { background-color: #63111D; }
a { background-color: rgb(99,17,29); }
div.DivClassName
{
background-color: #63111D;
}
.BgClassName
{
background-color: #63111D;
}
</style>
border-color css
<style>
span { border-color: #63111D; }
span { border-color: rgb(99,17,29); }
td.TdClassName
{
border-color: #63111D;
}
.TagClassName
{
border-color: #63111D;
}
</style>