Shades of Pohutukawa #63111B
Tints of Pohutukawa #63111B
RGB
CMYK
RGB Variations
Color information
#63111B (or 0x63111B) is known color: Pohutukawa. HEX triplet: 63, 11 and 1B. RGB value is (99,17,27). Sum of RGB (Red+Green+Blue) = 99+17+27=143 (18% of max value = 765). Red value is 99 (39.06% from 255 or 69.23% from 143); Green value is 17 (7.03% from 255 or 11.89% from 143); Blue value is 27 (10.94% from 255 or 18.88% from 143); Max value from RGB is 99 - color contains mainly: red. Hex color #63111B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63111B is #9CEEE4. Grayscale: #2A2A2A. Windows color (decimal): -10284773 or 1773923. OLE color: 1773923.
HSL color Cylindrical-coordinate representation of color #63111B: hue angle of 352.68º 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 #63111B is Cyan = 0, Magento = 0.83, Yellow = 0.73 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 17 | 27 | - |
| CMYK | 0 | 0.83 | 0.73 | 0.61 |
| HSL | 352.68º | 0.71% | 0.23% | - |
| HSV(B) | 352.68º | 0.83% | 0.39% | - |
| XYZ | 5.54 | 3.13 | 1.35 | - |
| YUV | 42.66 | 119.17 | 168.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 17 | 27 | 0 | 0.83 | 0.73 | 0.61 | 352.68 | 0.71 | 0.23 |
| Hex | 63 | 11 | 1B | 0 | 53 | 49 | 3D | 161 | 47 | 17 |
| Octal | 143 | 21 | 33 | 0 | 123 | 111 | 75 | 541 | 107 | 27 |
| Binary | 1100011 | 10001 | 11011 | 0 | 1010011 | 1001001 | 111101 | 101100001 | 1000111 | 10111 |
Color Harmonies of #63111B
Complementary color
Monochromatic Colors of #63111B
Black with #63111B
Text Example
Text Example
White with #63111B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63111B; }
p { color: rgb(99,17,27); }
H1.HeaderClassName
{
color: #63111B;
}
.AnyTagClassName
{
color: #63111B;
}
</style>
background-color css
<style>
a { background-color: #63111B; }
a { background-color: rgb(99,17,27); }
div.DivClassName
{
background-color: #63111B;
}
.BgClassName
{
background-color: #63111B;
}
</style>
border-color css
<style>
span { border-color: #63111B; }
span { border-color: rgb(99,17,27); }
td.TdClassName
{
border-color: #63111B;
}
.TagClassName
{
border-color: #63111B;
}
</style>