Shades of Pohutukawa #67090C
Tints of Pohutukawa #67090C
RGB
CMYK
RGB Variations
Color information
#67090C (or 0x67090C) is known color: Pohutukawa. HEX triplet: 67, 09 and 0C. RGB value is (103,9,12). Sum of RGB (Red+Green+Blue) = 103+9+12=124 (16% of max value = 765). Red value is 103 (40.62% from 255 or 83.06% from 124); Green value is 9 (3.91% from 255 or 7.26% from 124); Blue value is 12 (5.08% from 255 or 9.68% from 124); Max value from RGB is 103 - color contains mainly: red. Hex color #67090C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #67090C is #98F6F3. Grayscale: #252525. Windows color (decimal): -10024692 or 788839. OLE color: 788839.
HSL color Cylindrical-coordinate representation of color #67090C: hue angle of 358.09º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #67090C is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 9 | 12 | - |
| CMYK | 0 | 0.91 | 0.88 | 0.60 |
| HSL | 358.09º | 0.84% | 0.22% | - |
| HSV(B) | 358.09º | 0.91% | 0.4% | - |
| XYZ | 5.76 | 3.11 | 0.64 | - |
| YUV | 37.45 | 113.64 | 174.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 9 | 12 | 0 | 0.91 | 0.88 | 0.60 | 358.09 | 0.84 | 0.22 |
| Hex | 67 | 9 | C | 0 | 5B | 58 | 3C | 166 | 54 | 16 |
| Octal | 147 | 11 | 14 | 0 | 133 | 130 | 74 | 546 | 124 | 26 |
| Binary | 1100111 | 1001 | 1100 | 0 | 1011011 | 1011000 | 111100 | 101100110 | 1010100 | 10110 |
Color Harmonies of #67090C
Complementary color
Monochromatic Colors of #67090C
Black with #67090C
Text Example
Text Example
White with #67090C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67090C; }
p { color: rgb(103,9,12); }
H1.HeaderClassName
{
color: #67090C;
}
.AnyTagClassName
{
color: #67090C;
}
</style>
background-color css
<style>
a { background-color: #67090C; }
a { background-color: rgb(103,9,12); }
div.DivClassName
{
background-color: #67090C;
}
.BgClassName
{
background-color: #67090C;
}
</style>
border-color css
<style>
span { border-color: #67090C; }
span { border-color: rgb(103,9,12); }
td.TdClassName
{
border-color: #67090C;
}
.TagClassName
{
border-color: #67090C;
}
</style>