Shades of Pohutukawa #63101C
Tints of Pohutukawa #63101C
RGB
CMYK
RGB Variations
Color information
#63101C (or 0x63101C) is known color: Pohutukawa. HEX triplet: 63, 10 and 1C. RGB value is (99,16,28). Sum of RGB (Red+Green+Blue) = 99+16+28=143 (18% of max value = 765). Red value is 99 (39.06% from 255 or 69.23% from 143); Green value is 16 (6.64% from 255 or 11.19% from 143); Blue value is 28 (11.33% from 255 or 19.58% from 143); Max value from RGB is 99 - color contains mainly: red. Hex color #63101C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63101C is #9CEFE3. Grayscale: #2A2A2A. Windows color (decimal): -10285028 or 1839203. OLE color: 1839203.
HSL color Cylindrical-coordinate representation of color #63101C: hue angle of 351.33º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #63101C is Cyan = 0, Magento = 0.84, Yellow = 0.72 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 16 | 28 | - |
| CMYK | 0 | 0.84 | 0.72 | 0.61 |
| HSL | 351.33º | 0.72% | 0.23% | - |
| HSV(B) | 351.33º | 0.84% | 0.39% | - |
| XYZ | 5.54 | 3.11 | 1.41 | - |
| YUV | 42.19 | 120 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 16 | 28 | 0 | 0.84 | 0.72 | 0.61 | 351.33 | 0.72 | 0.23 |
| Hex | 63 | 10 | 1C | 0 | 54 | 48 | 3D | 15F | 48 | 17 |
| Octal | 143 | 20 | 34 | 0 | 124 | 110 | 75 | 537 | 110 | 27 |
| Binary | 1100011 | 10000 | 11100 | 0 | 1010100 | 1001000 | 111101 | 101011111 | 1001000 | 10111 |
Color Harmonies of #63101C
Complementary color
Monochromatic Colors of #63101C
Black with #63101C
Text Example
Text Example
White with #63101C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63101C; }
p { color: rgb(99,16,28); }
H1.HeaderClassName
{
color: #63101C;
}
.AnyTagClassName
{
color: #63101C;
}
</style>
background-color css
<style>
a { background-color: #63101C; }
a { background-color: rgb(99,16,28); }
div.DivClassName
{
background-color: #63101C;
}
.BgClassName
{
background-color: #63101C;
}
</style>
border-color css
<style>
span { border-color: #63101C; }
span { border-color: rgb(99,16,28); }
td.TdClassName
{
border-color: #63101C;
}
.TagClassName
{
border-color: #63101C;
}
</style>