Shades of Pohutukawa #63112E
Tints of Pohutukawa #63112E
RGB
CMYK
RGB Variations
Color information
#63112E (or 0x63112E) is known color: Pohutukawa. HEX triplet: 63, 11 and 2E. RGB value is (99,17,46). Sum of RGB (Red+Green+Blue) = 99+17+46=162 (21% of max value = 765). Red value is 99 (39.06% from 255 or 61.11% from 162); Green value is 17 (7.03% from 255 or 10.49% from 162); Blue value is 46 (18.36% from 255 or 28.40% from 162); Max value from RGB is 99 - color contains mainly: red. Hex color #63112E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63112E is #9CEED1. Grayscale: #2C2C2C. Windows color (decimal): -10284754 or 3019107. OLE color: 3019107.
HSL color Cylindrical-coordinate representation of color #63112E: hue angle of 338.78º 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 #63112E is Cyan = 0, Magento = 0.83, Yellow = 0.54 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 17 | 46 | - |
| CMYK | 0 | 0.83 | 0.54 | 0.61 |
| HSL | 338.78º | 0.71% | 0.23% | - |
| HSV(B) | 338.78º | 0.83% | 0.39% | - |
| XYZ | 5.84 | 3.25 | 2.9 | - |
| YUV | 44.82 | 128.67 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 17 | 46 | 0 | 0.83 | 0.54 | 0.61 | 338.78 | 0.71 | 0.23 |
| Hex | 63 | 11 | 2E | 0 | 53 | 36 | 3D | 153 | 47 | 17 |
| Octal | 143 | 21 | 56 | 0 | 123 | 66 | 75 | 523 | 107 | 27 |
| Binary | 1100011 | 10001 | 101110 | 0 | 1010011 | 110110 | 111101 | 101010011 | 1000111 | 10111 |
Color Harmonies of #63112E
Complementary color
Monochromatic Colors of #63112E
Black with #63112E
Text Example
Text Example
White with #63112E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63112E; }
p { color: rgb(99,17,46); }
H1.HeaderClassName
{
color: #63112E;
}
.AnyTagClassName
{
color: #63112E;
}
</style>
background-color css
<style>
a { background-color: #63112E; }
a { background-color: rgb(99,17,46); }
div.DivClassName
{
background-color: #63112E;
}
.BgClassName
{
background-color: #63112E;
}
</style>
border-color css
<style>
span { border-color: #63112E; }
span { border-color: rgb(99,17,46); }
td.TdClassName
{
border-color: #63112E;
}
.TagClassName
{
border-color: #63112E;
}
</style>