Shades of Pohutukawa #67090E
Tints of Pohutukawa #67090E
RGB
CMYK
RGB Variations
Color information
#67090E (or 0x67090E) is known color: Pohutukawa. HEX triplet: 67, 09 and 0E. RGB value is (103,9,14). Sum of RGB (Red+Green+Blue) = 103+9+14=126 (16% of max value = 765). Red value is 103 (40.62% from 255 or 81.75% from 126); Green value is 9 (3.91% from 255 or 7.14% from 126); Blue value is 14 (5.86% from 255 or 11.11% from 126); Max value from RGB is 103 - color contains mainly: red. Hex color #67090E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #67090E is #98F6F1. Grayscale: #252525. Windows color (decimal): -10024690 or 919911. OLE color: 919911.
HSL color Cylindrical-coordinate representation of color #67090E: hue angle of 356.81º 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 #67090E is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 9 | 14 | - |
| CMYK | 0 | 0.91 | 0.86 | 0.60 |
| HSL | 356.81º | 0.84% | 0.22% | - |
| HSV(B) | 356.81º | 0.91% | 0.4% | - |
| XYZ | 5.77 | 3.11 | 0.71 | - |
| YUV | 37.68 | 114.64 | 174.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 9 | 14 | 0 | 0.91 | 0.86 | 0.60 | 356.81 | 0.84 | 0.22 |
| Hex | 67 | 9 | E | 0 | 5B | 56 | 3C | 165 | 54 | 16 |
| Octal | 147 | 11 | 16 | 0 | 133 | 126 | 74 | 545 | 124 | 26 |
| Binary | 1100111 | 1001 | 1110 | 0 | 1011011 | 1010110 | 111100 | 101100101 | 1010100 | 10110 |
Color Harmonies of #67090E
Complementary color
Monochromatic Colors of #67090E
Black with #67090E
Text Example
Text Example
White with #67090E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67090E; }
p { color: rgb(103,9,14); }
H1.HeaderClassName
{
color: #67090E;
}
.AnyTagClassName
{
color: #67090E;
}
</style>
background-color css
<style>
a { background-color: #67090E; }
a { background-color: rgb(103,9,14); }
div.DivClassName
{
background-color: #67090E;
}
.BgClassName
{
background-color: #67090E;
}
</style>
border-color css
<style>
span { border-color: #67090E; }
span { border-color: rgb(103,9,14); }
td.TdClassName
{
border-color: #67090E;
}
.TagClassName
{
border-color: #67090E;
}
</style>