Shades of Pohutukawa #63060B
Tints of Pohutukawa #63060B
RGB
CMYK
RGB Variations
Color information
#63060B (or 0x63060B) is known color: Pohutukawa. HEX triplet: 63, 06 and 0B. RGB value is (99,6,11). Sum of RGB (Red+Green+Blue) = 99+6+11=116 (15% of max value = 765). Red value is 99 (39.06% from 255 or 85.34% from 116); Green value is 6 (2.73% from 255 or 5.17% from 116); Blue value is 11 (4.69% from 255 or 9.48% from 116); Max value from RGB is 99 - color contains mainly: red. Hex color #63060B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #63060B is #9CF9F4. Grayscale: #222222. Windows color (decimal): -10287605 or 722531. OLE color: 722531.
HSL color Cylindrical-coordinate representation of color #63060B: hue angle of 356.77º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #63060B is Cyan = 0, Magento = 0.94, Yellow = 0.89 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 6 | 11 | - |
| CMYK | 0 | 0.94 | 0.89 | 0.61 |
| HSL | 356.77º | 0.89% | 0.21% | - |
| HSV(B) | 356.77º | 0.94% | 0.39% | - |
| XYZ | 5.27 | 2.81 | 0.58 | - |
| YUV | 34.38 | 114.81 | 174.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 6 | 11 | 0 | 0.94 | 0.89 | 0.61 | 356.77 | 0.89 | 0.21 |
| Hex | 63 | 6 | B | 0 | 5E | 59 | 3D | 165 | 59 | 15 |
| Octal | 143 | 6 | 13 | 0 | 136 | 131 | 75 | 545 | 131 | 25 |
| Binary | 1100011 | 110 | 1011 | 0 | 1011110 | 1011001 | 111101 | 101100101 | 1011001 | 10101 |
Color Harmonies of #63060B
Complementary color
Monochromatic Colors of #63060B
Black with #63060B
Text Example
Text Example
White with #63060B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63060B; }
p { color: rgb(99,6,11); }
H1.HeaderClassName
{
color: #63060B;
}
.AnyTagClassName
{
color: #63060B;
}
</style>
background-color css
<style>
a { background-color: #63060B; }
a { background-color: rgb(99,6,11); }
div.DivClassName
{
background-color: #63060B;
}
.BgClassName
{
background-color: #63060B;
}
</style>
border-color css
<style>
span { border-color: #63060B; }
span { border-color: rgb(99,6,11); }
td.TdClassName
{
border-color: #63060B;
}
.TagClassName
{
border-color: #63060B;
}
</style>