Shades of Pohutukawa #63181D
Tints of Pohutukawa #63181D
RGB
CMYK
RGB Variations
Color information
#63181D (or 0x63181D) is known color: Pohutukawa. HEX triplet: 63, 18 and 1D. RGB value is (99,24,29). Sum of RGB (Red+Green+Blue) = 99+24+29=152 (20% of max value = 765). Red value is 99 (39.06% from 255 or 65.13% from 152); Green value is 24 (9.77% from 255 or 15.79% from 152); Blue value is 29 (11.72% from 255 or 19.08% from 152); Max value from RGB is 99 - color contains mainly: red. Hex color #63181D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63181D is #9CE7E2. Grayscale: #2F2F2F. Windows color (decimal): -10282979 or 1906787. OLE color: 1906787.
HSL color Cylindrical-coordinate representation of color #63181D: hue angle of 356º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #63181D is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 24 | 29 | - |
| CMYK | 0 | 0.76 | 0.71 | 0.61 |
| HSL | 356º | 0.61% | 0.24% | - |
| HSV(B) | 356º | 0.76% | 0.39% | - |
| XYZ | 5.69 | 3.39 | 1.52 | - |
| YUV | 47 | 117.85 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 24 | 29 | 0 | 0.76 | 0.71 | 0.61 | 356 | 0.61 | 0.24 |
| Hex | 63 | 18 | 1D | 0 | 4C | 47 | 3D | 164 | 3D | 18 |
| Octal | 143 | 30 | 35 | 0 | 114 | 107 | 75 | 544 | 75 | 30 |
| Binary | 1100011 | 11000 | 11101 | 0 | 1001100 | 1000111 | 111101 | 101100100 | 111101 | 11000 |
Color Harmonies of #63181D
Complementary color
Monochromatic Colors of #63181D
Black with #63181D
Text Example
Text Example
White with #63181D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63181D; }
p { color: rgb(99,24,29); }
H1.HeaderClassName
{
color: #63181D;
}
.AnyTagClassName
{
color: #63181D;
}
</style>
background-color css
<style>
a { background-color: #63181D; }
a { background-color: rgb(99,24,29); }
div.DivClassName
{
background-color: #63181D;
}
.BgClassName
{
background-color: #63181D;
}
</style>
border-color css
<style>
span { border-color: #63181D; }
span { border-color: rgb(99,24,29); }
td.TdClassName
{
border-color: #63181D;
}
.TagClassName
{
border-color: #63181D;
}
</style>