Shades of Pohutukawa #67090B
Tints of Pohutukawa #67090B
RGB
CMYK
RGB Variations
Color information
#67090B (or 0x67090B) is known color: Pohutukawa. HEX triplet: 67, 09 and 0B. RGB value is (103,9,11). Sum of RGB (Red+Green+Blue) = 103+9+11=123 (16% of max value = 765). Red value is 103 (40.62% from 255 or 83.74% from 123); Green value is 9 (3.91% from 255 or 7.32% from 123); Blue value is 11 (4.69% from 255 or 8.94% from 123); Max value from RGB is 103 - color contains mainly: red. Hex color #67090B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #67090B is #98F6F4. Grayscale: #252525. Windows color (decimal): -10024693 or 723303. OLE color: 723303.
HSL color Cylindrical-coordinate representation of color #67090B: hue angle of 358.72º 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 #67090B is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 9 | 11 | - |
| CMYK | 0 | 0.91 | 0.89 | 0.60 |
| HSL | 358.72º | 0.84% | 0.22% | - |
| HSV(B) | 358.72º | 0.91% | 0.4% | - |
| XYZ | 5.75 | 3.1 | 0.61 | - |
| YUV | 37.33 | 113.14 | 174.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 9 | 11 | 0 | 0.91 | 0.89 | 0.60 | 358.72 | 0.84 | 0.22 |
| Hex | 67 | 9 | B | 0 | 5B | 59 | 3C | 167 | 54 | 16 |
| Octal | 147 | 11 | 13 | 0 | 133 | 131 | 74 | 547 | 124 | 26 |
| Binary | 1100111 | 1001 | 1011 | 0 | 1011011 | 1011001 | 111100 | 101100111 | 1010100 | 10110 |
Color Harmonies of #67090B
Complementary color
Monochromatic Colors of #67090B
Black with #67090B
Text Example
Text Example
White with #67090B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67090B; }
p { color: rgb(103,9,11); }
H1.HeaderClassName
{
color: #67090B;
}
.AnyTagClassName
{
color: #67090B;
}
</style>
background-color css
<style>
a { background-color: #67090B; }
a { background-color: rgb(103,9,11); }
div.DivClassName
{
background-color: #67090B;
}
.BgClassName
{
background-color: #67090B;
}
</style>
border-color css
<style>
span { border-color: #67090B; }
span { border-color: rgb(103,9,11); }
td.TdClassName
{
border-color: #67090B;
}
.TagClassName
{
border-color: #67090B;
}
</style>