Shades of Pohutukawa #63070F
Tints of Pohutukawa #63070F
RGB
CMYK
RGB Variations
Color information
#63070F (or 0x63070F) is known color: Pohutukawa. HEX triplet: 63, 07 and 0F. RGB value is (99,7,15). Sum of RGB (Red+Green+Blue) = 99+7+15=121 (16% of max value = 765). Red value is 99 (39.06% from 255 or 81.82% from 121); Green value is 7 (3.12% from 255 or 5.79% from 121); Blue value is 15 (6.25% from 255 or 12.40% from 121); Max value from RGB is 99 - color contains mainly: red. Hex color #63070F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #63070F is #9CF8F0. Grayscale: #232323. Windows color (decimal): -10287345 or 984931. OLE color: 984931.
HSL color Cylindrical-coordinate representation of color #63070F: hue angle of 354.78º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #63070F is Cyan = 0, Magento = 0.93, Yellow = 0.85 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 7 | 15 | - |
| CMYK | 0 | 0.93 | 0.85 | 0.61 |
| HSL | 354.78º | 0.87% | 0.21% | - |
| HSV(B) | 354.78º | 0.93% | 0.39% | - |
| XYZ | 5.31 | 2.84 | 0.72 | - |
| YUV | 35.42 | 116.48 | 173.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 7 | 15 | 0 | 0.93 | 0.85 | 0.61 | 354.78 | 0.87 | 0.21 |
| Hex | 63 | 7 | F | 0 | 5D | 55 | 3D | 163 | 57 | 15 |
| Octal | 143 | 7 | 17 | 0 | 135 | 125 | 75 | 543 | 127 | 25 |
| Binary | 1100011 | 111 | 1111 | 0 | 1011101 | 1010101 | 111101 | 101100011 | 1010111 | 10101 |
Color Harmonies of #63070F
Complementary color
Monochromatic Colors of #63070F
Black with #63070F
Text Example
Text Example
White with #63070F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63070F; }
p { color: rgb(99,7,15); }
H1.HeaderClassName
{
color: #63070F;
}
.AnyTagClassName
{
color: #63070F;
}
</style>
background-color css
<style>
a { background-color: #63070F; }
a { background-color: rgb(99,7,15); }
div.DivClassName
{
background-color: #63070F;
}
.BgClassName
{
background-color: #63070F;
}
</style>
border-color css
<style>
span { border-color: #63070F; }
span { border-color: rgb(99,7,15); }
td.TdClassName
{
border-color: #63070F;
}
.TagClassName
{
border-color: #63070F;
}
</style>