Shades of Pohutukawa #63131D
Tints of Pohutukawa #63131D
RGB
CMYK
RGB Variations
Color information
#63131D (or 0x63131D) is known color: Pohutukawa. HEX triplet: 63, 13 and 1D. RGB value is (99,19,29). Sum of RGB (Red+Green+Blue) = 99+19+29=147 (19% of max value = 765). Red value is 99 (39.06% from 255 or 67.35% from 147); Green value is 19 (7.81% from 255 or 12.93% from 147); Blue value is 29 (11.72% from 255 or 19.73% from 147); Max value from RGB is 99 - color contains mainly: red. Hex color #63131D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63131D is #9CECE2. Grayscale: #2C2C2C. Windows color (decimal): -10284259 or 1905507. OLE color: 1905507.
HSL color Cylindrical-coordinate representation of color #63131D: hue angle of 352.5º 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 #63131D is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 19 | 29 | - |
| CMYK | 0 | 0.81 | 0.71 | 0.61 |
| HSL | 352.5º | 0.68% | 0.23% | - |
| HSV(B) | 352.5º | 0.81% | 0.39% | - |
| XYZ | 5.6 | 3.21 | 1.49 | - |
| YUV | 44.06 | 119.5 | 167.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 19 | 29 | 0 | 0.81 | 0.71 | 0.61 | 352.5 | 0.68 | 0.23 |
| Hex | 63 | 13 | 1D | 0 | 51 | 47 | 3D | 160 | 44 | 17 |
| Octal | 143 | 23 | 35 | 0 | 121 | 107 | 75 | 540 | 104 | 27 |
| Binary | 1100011 | 10011 | 11101 | 0 | 1010001 | 1000111 | 111101 | 101100000 | 1000100 | 10111 |
Color Harmonies of #63131D
Complementary color
Monochromatic Colors of #63131D
Black with #63131D
Text Example
Text Example
White with #63131D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63131D; }
p { color: rgb(99,19,29); }
H1.HeaderClassName
{
color: #63131D;
}
.AnyTagClassName
{
color: #63131D;
}
</style>
background-color css
<style>
a { background-color: #63131D; }
a { background-color: rgb(99,19,29); }
div.DivClassName
{
background-color: #63131D;
}
.BgClassName
{
background-color: #63131D;
}
</style>
border-color css
<style>
span { border-color: #63131D; }
span { border-color: rgb(99,19,29); }
td.TdClassName
{
border-color: #63131D;
}
.TagClassName
{
border-color: #63131D;
}
</style>