Shades of Pohutukawa #63030C
Tints of Pohutukawa #63030C
RGB
CMYK
RGB Variations
Color information
#63030C (or 0x63030C) is known color: Pohutukawa. HEX triplet: 63, 03 and 0C. RGB value is (99,3,12). Sum of RGB (Red+Green+Blue) = 99+3+12=114 (15% of max value = 765). Red value is 99 (39.06% from 255 or 86.84% from 114); Green value is 3 (1.56% from 255 or 2.63% from 114); Blue value is 12 (5.08% from 255 or 10.53% from 114); Max value from RGB is 99 - color contains mainly: red. Hex color #63030C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #63030C is #9CFCF3. Grayscale: #202020. Windows color (decimal): -10288372 or 787299. OLE color: 787299.
HSL color Cylindrical-coordinate representation of color #63030C: hue angle of 354.38º 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 #63030C is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 3 | 12 | - |
| CMYK | 0 | 0.97 | 0.88 | 0.61 |
| HSL | 354.38º | 0.94% | 0.2% | - |
| HSV(B) | 354.38º | 0.97% | 0.39% | - |
| XYZ | 5.24 | 2.74 | 0.6 | - |
| YUV | 32.73 | 116.3 | 175.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 3 | 12 | 0 | 0.97 | 0.88 | 0.61 | 354.38 | 0.94 | 0.2 |
| Hex | 63 | 3 | C | 0 | 61 | 58 | 3D | 162 | 5E | 14 |
| Octal | 143 | 3 | 14 | 0 | 141 | 130 | 75 | 542 | 136 | 24 |
| Binary | 1100011 | 11 | 1100 | 0 | 1100001 | 1011000 | 111101 | 101100010 | 1011110 | 10100 |
Color Harmonies of #63030C
Complementary color
Monochromatic Colors of #63030C
Black with #63030C
Text Example
Text Example
White with #63030C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63030C; }
p { color: rgb(99,3,12); }
H1.HeaderClassName
{
color: #63030C;
}
.AnyTagClassName
{
color: #63030C;
}
</style>
background-color css
<style>
a { background-color: #63030C; }
a { background-color: rgb(99,3,12); }
div.DivClassName
{
background-color: #63030C;
}
.BgClassName
{
background-color: #63030C;
}
</style>
border-color css
<style>
span { border-color: #63030C; }
span { border-color: rgb(99,3,12); }
td.TdClassName
{
border-color: #63030C;
}
.TagClassName
{
border-color: #63030C;
}
</style>