Shades of Pohutukawa #63131C
Tints of Pohutukawa #63131C
RGB
CMYK
RGB Variations
Color information
#63131C (or 0x63131C) is known color: Pohutukawa. HEX triplet: 63, 13 and 1C. RGB value is (99,19,28). Sum of RGB (Red+Green+Blue) = 99+19+28=146 (19% of max value = 765). Red value is 99 (39.06% from 255 or 67.81% from 146); Green value is 19 (7.81% from 255 or 13.01% from 146); Blue value is 28 (11.33% from 255 or 19.18% from 146); Max value from RGB is 99 - color contains mainly: red. Hex color #63131C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63131C is #9CECE3. Grayscale: #2B2B2B. Windows color (decimal): -10284260 or 1839971. OLE color: 1839971.
HSL color Cylindrical-coordinate representation of color #63131C: hue angle of 353.25º 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 #63131C is Cyan = 0, Magento = 0.81, Yellow = 0.72 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 19 | 28 | - |
| CMYK | 0 | 0.81 | 0.72 | 0.61 |
| HSL | 353.25º | 0.68% | 0.23% | - |
| HSV(B) | 353.25º | 0.81% | 0.39% | - |
| XYZ | 5.59 | 3.2 | 1.42 | - |
| YUV | 43.95 | 119 | 167.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 19 | 28 | 0 | 0.81 | 0.72 | 0.61 | 353.25 | 0.68 | 0.23 |
| Hex | 63 | 13 | 1C | 0 | 51 | 48 | 3D | 161 | 44 | 17 |
| Octal | 143 | 23 | 34 | 0 | 121 | 110 | 75 | 541 | 104 | 27 |
| Binary | 1100011 | 10011 | 11100 | 0 | 1010001 | 1001000 | 111101 | 101100001 | 1000100 | 10111 |
Color Harmonies of #63131C
Complementary color
Monochromatic Colors of #63131C
Black with #63131C
Text Example
Text Example
White with #63131C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63131C; }
p { color: rgb(99,19,28); }
H1.HeaderClassName
{
color: #63131C;
}
.AnyTagClassName
{
color: #63131C;
}
</style>
background-color css
<style>
a { background-color: #63131C; }
a { background-color: rgb(99,19,28); }
div.DivClassName
{
background-color: #63131C;
}
.BgClassName
{
background-color: #63131C;
}
</style>
border-color css
<style>
span { border-color: #63131C; }
span { border-color: rgb(99,19,28); }
td.TdClassName
{
border-color: #63131C;
}
.TagClassName
{
border-color: #63131C;
}
</style>