Shades of Pohutukawa #63091D
Tints of Pohutukawa #63091D
RGB
CMYK
RGB Variations
Color information
#63091D (or 0x63091D) is known color: Pohutukawa. HEX triplet: 63, 09 and 1D. RGB value is (99,9,29). Sum of RGB (Red+Green+Blue) = 99+9+29=137 (18% of max value = 765). Red value is 99 (39.06% from 255 or 72.26% from 137); Green value is 9 (3.91% from 255 or 6.57% from 137); Blue value is 29 (11.72% from 255 or 21.17% from 137); Max value from RGB is 99 - color contains mainly: red. Hex color #63091D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63091D is #9CF6E2. Grayscale: #262626. Windows color (decimal): -10286819 or 1902947. OLE color: 1902947.
HSL color Cylindrical-coordinate representation of color #63091D: hue angle of 346.67º 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 #63091D is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 9 | 29 | - |
| CMYK | 0 | 0.91 | 0.71 | 0.61 |
| HSL | 346.67º | 0.83% | 0.21% | - |
| HSV(B) | 346.67º | 0.91% | 0.39% | - |
| XYZ | 5.47 | 2.94 | 1.44 | - |
| YUV | 38.19 | 122.82 | 171.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 9 | 29 | 0 | 0.91 | 0.71 | 0.61 | 346.67 | 0.83 | 0.21 |
| Hex | 63 | 9 | 1D | 0 | 5B | 47 | 3D | 15B | 53 | 15 |
| Octal | 143 | 11 | 35 | 0 | 133 | 107 | 75 | 533 | 123 | 25 |
| Binary | 1100011 | 1001 | 11101 | 0 | 1011011 | 1000111 | 111101 | 101011011 | 1010011 | 10101 |
Color Harmonies of #63091D
Complementary color
Monochromatic Colors of #63091D
Black with #63091D
Text Example
Text Example
White with #63091D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63091D; }
p { color: rgb(99,9,29); }
H1.HeaderClassName
{
color: #63091D;
}
.AnyTagClassName
{
color: #63091D;
}
</style>
background-color css
<style>
a { background-color: #63091D; }
a { background-color: rgb(99,9,29); }
div.DivClassName
{
background-color: #63091D;
}
.BgClassName
{
background-color: #63091D;
}
</style>
border-color css
<style>
span { border-color: #63091D; }
span { border-color: rgb(99,9,29); }
td.TdClassName
{
border-color: #63091D;
}
.TagClassName
{
border-color: #63091D;
}
</style>