Shades of Pohutukawa #63142B
Tints of Pohutukawa #63142B
RGB
CMYK
RGB Variations
Color information
#63142B (or 0x63142B) is known color: Pohutukawa. HEX triplet: 63, 14 and 2B. RGB value is (99,20,43). Sum of RGB (Red+Green+Blue) = 99+20+43=162 (21% of max value = 765). Red value is 99 (39.06% from 255 or 61.11% from 162); Green value is 20 (8.20% from 255 or 12.35% from 162); Blue value is 43 (17.19% from 255 or 26.54% from 162); Max value from RGB is 99 - color contains mainly: red. Hex color #63142B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63142B is #9CEBD4. Grayscale: #2E2E2E. Windows color (decimal): -10283989 or 2823267. OLE color: 2823267.
HSL color Cylindrical-coordinate representation of color #63142B: hue angle of 342.53º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #63142B is Cyan = 0, Magento = 0.80, Yellow = 0.57 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 20 | 43 | - |
| CMYK | 0 | 0.80 | 0.57 | 0.61 |
| HSL | 342.53º | 0.66% | 0.23% | - |
| HSV(B) | 342.53º | 0.8% | 0.39% | - |
| XYZ | 5.83 | 3.33 | 2.62 | - |
| YUV | 46.24 | 126.17 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 20 | 43 | 0 | 0.80 | 0.57 | 0.61 | 342.53 | 0.66 | 0.23 |
| Hex | 63 | 14 | 2B | 0 | 50 | 39 | 3D | 157 | 42 | 17 |
| Octal | 143 | 24 | 53 | 0 | 120 | 71 | 75 | 527 | 102 | 27 |
| Binary | 1100011 | 10100 | 101011 | 0 | 1010000 | 111001 | 111101 | 101010111 | 1000010 | 10111 |
Color Harmonies of #63142B
Complementary color
Monochromatic Colors of #63142B
Black with #63142B
Text Example
Text Example
White with #63142B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63142B; }
p { color: rgb(99,20,43); }
H1.HeaderClassName
{
color: #63142B;
}
.AnyTagClassName
{
color: #63142B;
}
</style>
background-color css
<style>
a { background-color: #63142B; }
a { background-color: rgb(99,20,43); }
div.DivClassName
{
background-color: #63142B;
}
.BgClassName
{
background-color: #63142B;
}
</style>
border-color css
<style>
span { border-color: #63142B; }
span { border-color: rgb(99,20,43); }
td.TdClassName
{
border-color: #63142B;
}
.TagClassName
{
border-color: #63142B;
}
</style>