Shades of Pohutukawa #63030F
Tints of Pohutukawa #63030F
RGB
CMYK
RGB Variations
Color information
#63030F (or 0x63030F) is known color: Pohutukawa. HEX triplet: 63, 03 and 0F. RGB value is (99,3,15). Sum of RGB (Red+Green+Blue) = 99+3+15=117 (15% of max value = 765). Red value is 99 (39.06% from 255 or 84.62% from 117); Green value is 3 (1.56% from 255 or 2.56% from 117); Blue value is 15 (6.25% from 255 or 12.82% from 117); Max value from RGB is 99 - color contains mainly: red. Hex color #63030F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #63030F is #9CFCF0. Grayscale: #212121. Windows color (decimal): -10288369 or 983907. OLE color: 983907.
HSL color Cylindrical-coordinate representation of color #63030F: hue angle of 352.5º 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 #63030F is Cyan = 0, Magento = 0.97, Yellow = 0.85 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 3 | 15 | - |
| CMYK | 0 | 0.97 | 0.85 | 0.61 |
| HSL | 352.5º | 0.94% | 0.2% | - |
| HSV(B) | 352.5º | 0.97% | 0.39% | - |
| XYZ | 5.26 | 2.75 | 0.71 | - |
| YUV | 33.07 | 117.8 | 175.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 3 | 15 | 0 | 0.97 | 0.85 | 0.61 | 352.5 | 0.94 | 0.2 |
| Hex | 63 | 3 | F | 0 | 61 | 55 | 3D | 160 | 5E | 14 |
| Octal | 143 | 3 | 17 | 0 | 141 | 125 | 75 | 540 | 136 | 24 |
| Binary | 1100011 | 11 | 1111 | 0 | 1100001 | 1010101 | 111101 | 101100000 | 1011110 | 10100 |
Color Harmonies of #63030F
Complementary color
Monochromatic Colors of #63030F
Black with #63030F
Text Example
Text Example
White with #63030F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63030F; }
p { color: rgb(99,3,15); }
H1.HeaderClassName
{
color: #63030F;
}
.AnyTagClassName
{
color: #63030F;
}
</style>
background-color css
<style>
a { background-color: #63030F; }
a { background-color: rgb(99,3,15); }
div.DivClassName
{
background-color: #63030F;
}
.BgClassName
{
background-color: #63030F;
}
</style>
border-color css
<style>
span { border-color: #63030F; }
span { border-color: rgb(99,3,15); }
td.TdClassName
{
border-color: #63030F;
}
.TagClassName
{
border-color: #63030F;
}
</style>