Shades of Pohutukawa #63122D
Tints of Pohutukawa #63122D
RGB
CMYK
RGB Variations
Color information
#63122D (or 0x63122D) is known color: Pohutukawa. HEX triplet: 63, 12 and 2D. RGB value is (99,18,45). Sum of RGB (Red+Green+Blue) = 99+18+45=162 (21% of max value = 765). Red value is 99 (39.06% from 255 or 61.11% from 162); Green value is 18 (7.42% from 255 or 11.11% from 162); Blue value is 45 (17.97% from 255 or 27.78% from 162); Max value from RGB is 99 - color contains mainly: red. Hex color #63122D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63122D is #9CEDD2. Grayscale: #2D2D2D. Windows color (decimal): -10284499 or 2953827. OLE color: 2953827.
HSL color Cylindrical-coordinate representation of color #63122D: hue angle of 340º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #63122D is Cyan = 0, Magento = 0.82, Yellow = 0.55 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 18 | 45 | - |
| CMYK | 0 | 0.82 | 0.55 | 0.61 |
| HSL | 340º | 0.69% | 0.23% | - |
| HSV(B) | 340º | 0.82% | 0.39% | - |
| XYZ | 5.84 | 3.27 | 2.81 | - |
| YUV | 45.3 | 127.84 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 18 | 45 | 0 | 0.82 | 0.55 | 0.61 | 340 | 0.69 | 0.23 |
| Hex | 63 | 12 | 2D | 0 | 52 | 37 | 3D | 154 | 45 | 17 |
| Octal | 143 | 22 | 55 | 0 | 122 | 67 | 75 | 524 | 105 | 27 |
| Binary | 1100011 | 10010 | 101101 | 0 | 1010010 | 110111 | 111101 | 101010100 | 1000101 | 10111 |
Color Harmonies of #63122D
Complementary color
Monochromatic Colors of #63122D
Black with #63122D
Text Example
Text Example
White with #63122D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63122D; }
p { color: rgb(99,18,45); }
H1.HeaderClassName
{
color: #63122D;
}
.AnyTagClassName
{
color: #63122D;
}
</style>
background-color css
<style>
a { background-color: #63122D; }
a { background-color: rgb(99,18,45); }
div.DivClassName
{
background-color: #63122D;
}
.BgClassName
{
background-color: #63122D;
}
</style>
border-color css
<style>
span { border-color: #63122D; }
span { border-color: rgb(99,18,45); }
td.TdClassName
{
border-color: #63122D;
}
.TagClassName
{
border-color: #63122D;
}
</style>