Shades of Pohutukawa #63192B
Tints of Pohutukawa #63192B
RGB
CMYK
RGB Variations
Color information
#63192B (or 0x63192B) is known color: Pohutukawa. HEX triplet: 63, 19 and 2B. RGB value is (99,25,43). Sum of RGB (Red+Green+Blue) = 99+25+43=167 (22% of max value = 765). Red value is 99 (39.06% from 255 or 59.28% from 167); Green value is 25 (10.16% from 255 or 14.97% from 167); Blue value is 43 (17.19% from 255 or 25.75% from 167); Max value from RGB is 99 - color contains mainly: red. Hex color #63192B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63192B is #9CE6D4. Grayscale: #313131. Windows color (decimal): -10282709 or 2824547. OLE color: 2824547.
HSL color Cylindrical-coordinate representation of color #63192B: hue angle of 345.41º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #63192B is Cyan = 0, Magento = 0.75, Yellow = 0.57 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 25 | 43 | - |
| CMYK | 0 | 0.75 | 0.57 | 0.61 |
| HSL | 345.41º | 0.6% | 0.24% | - |
| HSV(B) | 345.41º | 0.75% | 0.39% | - |
| XYZ | 5.93 | 3.52 | 2.65 | - |
| YUV | 49.18 | 124.52 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 25 | 43 | 0 | 0.75 | 0.57 | 0.61 | 345.41 | 0.6 | 0.24 |
| Hex | 63 | 19 | 2B | 0 | 4B | 39 | 3D | 159 | 3C | 18 |
| Octal | 143 | 31 | 53 | 0 | 113 | 71 | 75 | 531 | 74 | 30 |
| Binary | 1100011 | 11001 | 101011 | 0 | 1001011 | 111001 | 111101 | 101011001 | 111100 | 11000 |
Color Harmonies of #63192B
Complementary color
Monochromatic Colors of #63192B
Black with #63192B
Text Example
Text Example
White with #63192B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63192B; }
p { color: rgb(99,25,43); }
H1.HeaderClassName
{
color: #63192B;
}
.AnyTagClassName
{
color: #63192B;
}
</style>
background-color css
<style>
a { background-color: #63192B; }
a { background-color: rgb(99,25,43); }
div.DivClassName
{
background-color: #63192B;
}
.BgClassName
{
background-color: #63192B;
}
</style>
border-color css
<style>
span { border-color: #63192B; }
span { border-color: rgb(99,25,43); }
td.TdClassName
{
border-color: #63192B;
}
.TagClassName
{
border-color: #63192B;
}
</style>