Shades of Pohutukawa #63131A
Tints of Pohutukawa #63131A
RGB
CMYK
RGB Variations
Color information
#63131A (or 0x63131A) is known color: Pohutukawa. HEX triplet: 63, 13 and 1A. RGB value is (99,19,26). Sum of RGB (Red+Green+Blue) = 99+19+26=144 (19% of max value = 765). Red value is 99 (39.06% from 255 or 68.75% from 144); Green value is 19 (7.81% from 255 or 13.19% from 144); Blue value is 26 (10.55% from 255 or 18.06% from 144); Max value from RGB is 99 - color contains mainly: red. Hex color #63131A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63131A is #9CECE5. Grayscale: #2B2B2B. Windows color (decimal): -10284262 or 1708899. OLE color: 1708899.
HSL color Cylindrical-coordinate representation of color #63131A: hue angle of 354.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 #63131A is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 19 | 26 | - |
| CMYK | 0 | 0.81 | 0.74 | 0.61 |
| HSL | 354.75º | 0.68% | 0.23% | - |
| HSV(B) | 354.75º | 0.81% | 0.39% | - |
| XYZ | 5.56 | 3.19 | 1.3 | - |
| YUV | 43.72 | 118 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 19 | 26 | 0 | 0.81 | 0.74 | 0.61 | 354.75 | 0.68 | 0.23 |
| Hex | 63 | 13 | 1A | 0 | 51 | 4A | 3D | 163 | 44 | 17 |
| Octal | 143 | 23 | 32 | 0 | 121 | 112 | 75 | 543 | 104 | 27 |
| Binary | 1100011 | 10011 | 11010 | 0 | 1010001 | 1001010 | 111101 | 101100011 | 1000100 | 10111 |
Color Harmonies of #63131A
Complementary color
Monochromatic Colors of #63131A
Black with #63131A
Text Example
Text Example
White with #63131A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63131A; }
p { color: rgb(99,19,26); }
H1.HeaderClassName
{
color: #63131A;
}
.AnyTagClassName
{
color: #63131A;
}
</style>
background-color css
<style>
a { background-color: #63131A; }
a { background-color: rgb(99,19,26); }
div.DivClassName
{
background-color: #63131A;
}
.BgClassName
{
background-color: #63131A;
}
</style>
border-color css
<style>
span { border-color: #63131A; }
span { border-color: rgb(99,19,26); }
td.TdClassName
{
border-color: #63131A;
}
.TagClassName
{
border-color: #63131A;
}
</style>