Shades of Pohutukawa #63151E
Tints of Pohutukawa #63151E
RGB
CMYK
RGB Variations
Color information
#63151E (or 0x63151E) is known color: Pohutukawa. HEX triplet: 63, 15 and 1E. RGB value is (99,21,30). Sum of RGB (Red+Green+Blue) = 99+21+30=150 (19% of max value = 765). Red value is 99 (39.06% from 255 or 66% from 150); Green value is 21 (8.59% from 255 or 14% from 150); Blue value is 30 (12.11% from 255 or 20% from 150); Max value from RGB is 99 - color contains mainly: red. Hex color #63151E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63151E is #9CEAE1. Grayscale: #2D2D2D. Windows color (decimal): -10283746 or 1971555. OLE color: 1971555.
HSL color Cylindrical-coordinate representation of color #63151E: hue angle of 353.08º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #63151E is Cyan = 0, Magento = 0.79, Yellow = 0.70 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 21 | 30 | - |
| CMYK | 0 | 0.79 | 0.70 | 0.61 |
| HSL | 353.08º | 0.65% | 0.24% | - |
| HSV(B) | 353.08º | 0.79% | 0.39% | - |
| XYZ | 5.65 | 3.28 | 1.56 | - |
| YUV | 45.35 | 119.34 | 166.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 21 | 30 | 0 | 0.79 | 0.70 | 0.61 | 353.08 | 0.65 | 0.24 |
| Hex | 63 | 15 | 1E | 0 | 4F | 46 | 3D | 161 | 41 | 18 |
| Octal | 143 | 25 | 36 | 0 | 117 | 106 | 75 | 541 | 101 | 30 |
| Binary | 1100011 | 10101 | 11110 | 0 | 1001111 | 1000110 | 111101 | 101100001 | 1000001 | 11000 |
Color Harmonies of #63151E
Complementary color
Monochromatic Colors of #63151E
Black with #63151E
Text Example
Text Example
White with #63151E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63151E; }
p { color: rgb(99,21,30); }
H1.HeaderClassName
{
color: #63151E;
}
.AnyTagClassName
{
color: #63151E;
}
</style>
background-color css
<style>
a { background-color: #63151E; }
a { background-color: rgb(99,21,30); }
div.DivClassName
{
background-color: #63151E;
}
.BgClassName
{
background-color: #63151E;
}
</style>
border-color css
<style>
span { border-color: #63151E; }
span { border-color: rgb(99,21,30); }
td.TdClassName
{
border-color: #63151E;
}
.TagClassName
{
border-color: #63151E;
}
</style>