Shades of Pohutukawa #63161D
Tints of Pohutukawa #63161D
RGB
CMYK
RGB Variations
Color information
#63161D (or 0x63161D) is known color: Pohutukawa. HEX triplet: 63, 16 and 1D. RGB value is (99,22,29). Sum of RGB (Red+Green+Blue) = 99+22+29=150 (19% of max value = 765). Red value is 99 (39.06% from 255 or 66% from 150); Green value is 22 (8.98% from 255 or 14.67% from 150); Blue value is 29 (11.72% from 255 or 19.33% from 150); Max value from RGB is 99 - color contains mainly: red. Hex color #63161D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63161D is #9CE9E2. Grayscale: #2D2D2D. Windows color (decimal): -10283491 or 1906275. OLE color: 1906275.
HSL color Cylindrical-coordinate representation of color #63161D: hue angle of 354.55º 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 #63161D is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 22 | 29 | - |
| CMYK | 0 | 0.78 | 0.71 | 0.61 |
| HSL | 354.55º | 0.64% | 0.24% | - |
| HSV(B) | 354.55º | 0.78% | 0.39% | - |
| XYZ | 5.65 | 3.32 | 1.5 | - |
| YUV | 45.82 | 118.51 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 22 | 29 | 0 | 0.78 | 0.71 | 0.61 | 354.55 | 0.64 | 0.24 |
| Hex | 63 | 16 | 1D | 0 | 4E | 47 | 3D | 163 | 40 | 18 |
| Octal | 143 | 26 | 35 | 0 | 116 | 107 | 75 | 543 | 100 | 30 |
| Binary | 1100011 | 10110 | 11101 | 0 | 1001110 | 1000111 | 111101 | 101100011 | 1000000 | 11000 |
Color Harmonies of #63161D
Complementary color
Monochromatic Colors of #63161D
Black with #63161D
Text Example
Text Example
White with #63161D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63161D; }
p { color: rgb(99,22,29); }
H1.HeaderClassName
{
color: #63161D;
}
.AnyTagClassName
{
color: #63161D;
}
</style>
background-color css
<style>
a { background-color: #63161D; }
a { background-color: rgb(99,22,29); }
div.DivClassName
{
background-color: #63161D;
}
.BgClassName
{
background-color: #63161D;
}
</style>
border-color css
<style>
span { border-color: #63161D; }
span { border-color: rgb(99,22,29); }
td.TdClassName
{
border-color: #63161D;
}
.TagClassName
{
border-color: #63161D;
}
</style>