Shades of Pohutukawa #63161E
Tints of Pohutukawa #63161E
RGB
CMYK
RGB Variations
Color information
#63161E (or 0x63161E) is known color: Pohutukawa. HEX triplet: 63, 16 and 1E. RGB value is (99,22,30). Sum of RGB (Red+Green+Blue) = 99+22+30=151 (20% of max value = 765). Red value is 99 (39.06% from 255 or 65.56% from 151); Green value is 22 (8.98% from 255 or 14.57% from 151); Blue value is 30 (12.11% from 255 or 19.87% from 151); Max value from RGB is 99 - color contains mainly: red. Hex color #63161E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63161E is #9CE9E1. Grayscale: #2D2D2D. Windows color (decimal): -10283490 or 1971811. OLE color: 1971811.
HSL color Cylindrical-coordinate representation of color #63161E: hue angle of 353.77º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #63161E is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 22 | 30 | - |
| CMYK | 0 | 0.78 | 0.70 | 0.61 |
| HSL | 353.77º | 0.64% | 0.24% | - |
| HSV(B) | 353.77º | 0.78% | 0.39% | - |
| XYZ | 5.67 | 3.32 | 1.57 | - |
| YUV | 45.94 | 119.01 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 22 | 30 | 0 | 0.78 | 0.70 | 0.61 | 353.77 | 0.64 | 0.24 |
| Hex | 63 | 16 | 1E | 0 | 4E | 46 | 3D | 162 | 40 | 18 |
| Octal | 143 | 26 | 36 | 0 | 116 | 106 | 75 | 542 | 100 | 30 |
| Binary | 1100011 | 10110 | 11110 | 0 | 1001110 | 1000110 | 111101 | 101100010 | 1000000 | 11000 |
Color Harmonies of #63161E
Complementary color
Monochromatic Colors of #63161E
Black with #63161E
Text Example
Text Example
White with #63161E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63161E; }
p { color: rgb(99,22,30); }
H1.HeaderClassName
{
color: #63161E;
}
.AnyTagClassName
{
color: #63161E;
}
</style>
background-color css
<style>
a { background-color: #63161E; }
a { background-color: rgb(99,22,30); }
div.DivClassName
{
background-color: #63161E;
}
.BgClassName
{
background-color: #63161E;
}
</style>
border-color css
<style>
span { border-color: #63161E; }
span { border-color: rgb(99,22,30); }
td.TdClassName
{
border-color: #63161E;
}
.TagClassName
{
border-color: #63161E;
}
</style>