Shades of Pohutukawa #63191E
Tints of Pohutukawa #63191E
RGB
CMYK
RGB Variations
Color information
#63191E (or 0x63191E) is known color: Pohutukawa. HEX triplet: 63, 19 and 1E. RGB value is (99,25,30). Sum of RGB (Red+Green+Blue) = 99+25+30=154 (20% of max value = 765). Red value is 99 (39.06% from 255 or 64.29% from 154); Green value is 25 (10.16% from 255 or 16.23% from 154); Blue value is 30 (12.11% from 255 or 19.48% from 154); Max value from RGB is 99 - color contains mainly: red. Hex color #63191E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63191E is #9CE6E1. Grayscale: #2F2F2F. Windows color (decimal): -10282722 or 1972579. OLE color: 1972579.
HSL color Cylindrical-coordinate representation of color #63191E: hue angle of 355.95º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #63191E is Cyan = 0, Magento = 0.75, Yellow = 0.70 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 25 | 30 | - |
| CMYK | 0 | 0.75 | 0.70 | 0.61 |
| HSL | 355.95º | 0.6% | 0.24% | - |
| HSV(B) | 355.95º | 0.75% | 0.39% | - |
| XYZ | 5.73 | 3.44 | 1.59 | - |
| YUV | 47.7 | 118.02 | 164.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 25 | 30 | 0 | 0.75 | 0.70 | 0.61 | 355.95 | 0.6 | 0.24 |
| Hex | 63 | 19 | 1E | 0 | 4B | 46 | 3D | 164 | 3C | 18 |
| Octal | 143 | 31 | 36 | 0 | 113 | 106 | 75 | 544 | 74 | 30 |
| Binary | 1100011 | 11001 | 11110 | 0 | 1001011 | 1000110 | 111101 | 101100100 | 111100 | 11000 |
Color Harmonies of #63191E
Complementary color
Monochromatic Colors of #63191E
Black with #63191E
Text Example
Text Example
White with #63191E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63191E; }
p { color: rgb(99,25,30); }
H1.HeaderClassName
{
color: #63191E;
}
.AnyTagClassName
{
color: #63191E;
}
</style>
background-color css
<style>
a { background-color: #63191E; }
a { background-color: rgb(99,25,30); }
div.DivClassName
{
background-color: #63191E;
}
.BgClassName
{
background-color: #63191E;
}
</style>
border-color css
<style>
span { border-color: #63191E; }
span { border-color: rgb(99,25,30); }
td.TdClassName
{
border-color: #63191E;
}
.TagClassName
{
border-color: #63191E;
}
</style>