Shades of Pohutukawa #63132A
Tints of Pohutukawa #63132A
RGB
CMYK
RGB Variations
Color information
#63132A (or 0x63132A) is known color: Pohutukawa. HEX triplet: 63, 13 and 2A. RGB value is (99,19,42). Sum of RGB (Red+Green+Blue) = 99+19+42=160 (21% of max value = 765). Red value is 99 (39.06% from 255 or 61.88% from 160); Green value is 19 (7.81% from 255 or 11.88% from 160); Blue value is 42 (16.80% from 255 or 26.25% from 160); Max value from RGB is 99 - color contains mainly: red. Hex color #63132A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63132A is #9CECD5. Grayscale: #2D2D2D. Windows color (decimal): -10284246 or 2757475. OLE color: 2757475.
HSL color Cylindrical-coordinate representation of color #63132A: hue angle of 342.75º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #63132A is Cyan = 0, Magento = 0.81, Yellow = 0.58 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 19 | 42 | - |
| CMYK | 0 | 0.81 | 0.58 | 0.61 |
| HSL | 342.75º | 0.68% | 0.23% | - |
| HSV(B) | 342.75º | 0.81% | 0.39% | - |
| XYZ | 5.8 | 3.29 | 2.52 | - |
| YUV | 45.54 | 126 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 19 | 42 | 0 | 0.81 | 0.58 | 0.61 | 342.75 | 0.68 | 0.23 |
| Hex | 63 | 13 | 2A | 0 | 51 | 3A | 3D | 157 | 44 | 17 |
| Octal | 143 | 23 | 52 | 0 | 121 | 72 | 75 | 527 | 104 | 27 |
| Binary | 1100011 | 10011 | 101010 | 0 | 1010001 | 111010 | 111101 | 101010111 | 1000100 | 10111 |
Color Harmonies of #63132A
Complementary color
Monochromatic Colors of #63132A
Black with #63132A
Text Example
Text Example
White with #63132A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63132A; }
p { color: rgb(99,19,42); }
H1.HeaderClassName
{
color: #63132A;
}
.AnyTagClassName
{
color: #63132A;
}
</style>
background-color css
<style>
a { background-color: #63132A; }
a { background-color: rgb(99,19,42); }
div.DivClassName
{
background-color: #63132A;
}
.BgClassName
{
background-color: #63132A;
}
</style>
border-color css
<style>
span { border-color: #63132A; }
span { border-color: rgb(99,19,42); }
td.TdClassName
{
border-color: #63132A;
}
.TagClassName
{
border-color: #63132A;
}
</style>