Shades of Pohutukawa #63030D
Tints of Pohutukawa #63030D
RGB
CMYK
RGB Variations
Color information
#63030D (or 0x63030D) is known color: Pohutukawa. HEX triplet: 63, 03 and 0D. RGB value is (99,3,13). Sum of RGB (Red+Green+Blue) = 99+3+13=115 (15% of max value = 765). Red value is 99 (39.06% from 255 or 86.09% from 115); Green value is 3 (1.56% from 255 or 2.61% from 115); Blue value is 13 (5.47% from 255 or 11.30% from 115); Max value from RGB is 99 - color contains mainly: red. Hex color #63030D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #63030D is #9CFCF2. Grayscale: #202020. Windows color (decimal): -10288371 or 852835. OLE color: 852835.
HSL color Cylindrical-coordinate representation of color #63030D: hue angle of 353.75º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #63030D is Cyan = 0, Magento = 0.97, Yellow = 0.87 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 3 | 13 | - |
| CMYK | 0 | 0.97 | 0.87 | 0.61 |
| HSL | 353.75º | 0.94% | 0.2% | - |
| HSV(B) | 353.75º | 0.97% | 0.39% | - |
| XYZ | 5.25 | 2.75 | 0.63 | - |
| YUV | 32.84 | 116.8 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 3 | 13 | 0 | 0.97 | 0.87 | 0.61 | 353.75 | 0.94 | 0.2 |
| Hex | 63 | 3 | D | 0 | 61 | 57 | 3D | 162 | 5E | 14 |
| Octal | 143 | 3 | 15 | 0 | 141 | 127 | 75 | 542 | 136 | 24 |
| Binary | 1100011 | 11 | 1101 | 0 | 1100001 | 1010111 | 111101 | 101100010 | 1011110 | 10100 |
Color Harmonies of #63030D
Complementary color
Monochromatic Colors of #63030D
Black with #63030D
Text Example
Text Example
White with #63030D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63030D; }
p { color: rgb(99,3,13); }
H1.HeaderClassName
{
color: #63030D;
}
.AnyTagClassName
{
color: #63030D;
}
</style>
background-color css
<style>
a { background-color: #63030D; }
a { background-color: rgb(99,3,13); }
div.DivClassName
{
background-color: #63030D;
}
.BgClassName
{
background-color: #63030D;
}
</style>
border-color css
<style>
span { border-color: #63030D; }
span { border-color: rgb(99,3,13); }
td.TdClassName
{
border-color: #63030D;
}
.TagClassName
{
border-color: #63030D;
}
</style>