Shades of Pohutukawa #63091C
Tints of Pohutukawa #63091C
RGB
CMYK
RGB Variations
Color information
#63091C (or 0x63091C) is known color: Pohutukawa. HEX triplet: 63, 09 and 1C. RGB value is (99,9,28). Sum of RGB (Red+Green+Blue) = 99+9+28=136 (18% of max value = 765). Red value is 99 (39.06% from 255 or 72.79% from 136); Green value is 9 (3.91% from 255 or 6.62% from 136); Blue value is 28 (11.33% from 255 or 20.59% from 136); Max value from RGB is 99 - color contains mainly: red. Hex color #63091C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63091C is #9CF6E3. Grayscale: #262626. Windows color (decimal): -10286820 or 1837411. OLE color: 1837411.
HSL color Cylindrical-coordinate representation of color #63091C: hue angle of 347.33º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #63091C is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 9 | 28 | - |
| CMYK | 0 | 0.91 | 0.72 | 0.61 |
| HSL | 347.33º | 0.83% | 0.21% | - |
| HSV(B) | 347.33º | 0.91% | 0.39% | - |
| XYZ | 5.45 | 2.93 | 1.38 | - |
| YUV | 38.08 | 122.32 | 171.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 9 | 28 | 0 | 0.91 | 0.72 | 0.61 | 347.33 | 0.83 | 0.21 |
| Hex | 63 | 9 | 1C | 0 | 5B | 48 | 3D | 15B | 53 | 15 |
| Octal | 143 | 11 | 34 | 0 | 133 | 110 | 75 | 533 | 123 | 25 |
| Binary | 1100011 | 1001 | 11100 | 0 | 1011011 | 1001000 | 111101 | 101011011 | 1010011 | 10101 |
Color Harmonies of #63091C
Complementary color
Monochromatic Colors of #63091C
Black with #63091C
Text Example
Text Example
White with #63091C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63091C; }
p { color: rgb(99,9,28); }
H1.HeaderClassName
{
color: #63091C;
}
.AnyTagClassName
{
color: #63091C;
}
</style>
background-color css
<style>
a { background-color: #63091C; }
a { background-color: rgb(99,9,28); }
div.DivClassName
{
background-color: #63091C;
}
.BgClassName
{
background-color: #63091C;
}
</style>
border-color css
<style>
span { border-color: #63091C; }
span { border-color: rgb(99,9,28); }
td.TdClassName
{
border-color: #63091C;
}
.TagClassName
{
border-color: #63091C;
}
</style>