Shades of Pohutukawa #63162A
Tints of Pohutukawa #63162A
RGB
CMYK
RGB Variations
Color information
#63162A (or 0x63162A) is known color: Pohutukawa. HEX triplet: 63, 16 and 2A. RGB value is (99,22,42). Sum of RGB (Red+Green+Blue) = 99+22+42=163 (21% of max value = 765). Red value is 99 (39.06% from 255 or 60.74% from 163); Green value is 22 (8.98% from 255 or 13.50% from 163); Blue value is 42 (16.80% from 255 or 25.77% from 163); Max value from RGB is 99 - color contains mainly: red. Hex color #63162A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63162A is #9CE9D5. Grayscale: #2F2F2F. Windows color (decimal): -10283478 or 2758243. OLE color: 2758243.
HSL color Cylindrical-coordinate representation of color #63162A: hue angle of 344.42º 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 #63162A is Cyan = 0, Magento = 0.78, Yellow = 0.58 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 22 | 42 | - |
| CMYK | 0 | 0.78 | 0.58 | 0.61 |
| HSL | 344.42º | 0.64% | 0.24% | - |
| HSV(B) | 344.42º | 0.78% | 0.39% | - |
| XYZ | 5.85 | 3.39 | 2.54 | - |
| YUV | 47.3 | 125.01 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 22 | 42 | 0 | 0.78 | 0.58 | 0.61 | 344.42 | 0.64 | 0.24 |
| Hex | 63 | 16 | 2A | 0 | 4E | 3A | 3D | 158 | 40 | 18 |
| Octal | 143 | 26 | 52 | 0 | 116 | 72 | 75 | 530 | 100 | 30 |
| Binary | 1100011 | 10110 | 101010 | 0 | 1001110 | 111010 | 111101 | 101011000 | 1000000 | 11000 |
Color Harmonies of #63162A
Complementary color
Monochromatic Colors of #63162A
Black with #63162A
Text Example
Text Example
White with #63162A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63162A; }
p { color: rgb(99,22,42); }
H1.HeaderClassName
{
color: #63162A;
}
.AnyTagClassName
{
color: #63162A;
}
</style>
background-color css
<style>
a { background-color: #63162A; }
a { background-color: rgb(99,22,42); }
div.DivClassName
{
background-color: #63162A;
}
.BgClassName
{
background-color: #63162A;
}
</style>
border-color css
<style>
span { border-color: #63162A; }
span { border-color: rgb(99,22,42); }
td.TdClassName
{
border-color: #63162A;
}
.TagClassName
{
border-color: #63162A;
}
</style>