Shades of Pohutukawa #67091B
Tints of Pohutukawa #67091B
RGB
CMYK
RGB Variations
Color information
#67091B (or 0x67091B) is known color: Pohutukawa. HEX triplet: 67, 09 and 1B. RGB value is (103,9,27). Sum of RGB (Red+Green+Blue) = 103+9+27=139 (18% of max value = 765). Red value is 103 (40.62% from 255 or 74.10% from 139); Green value is 9 (3.91% from 255 or 6.47% from 139); Blue value is 27 (10.94% from 255 or 19.42% from 139); Max value from RGB is 103 - color contains mainly: red. Hex color #67091B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67091B is #98F6E4. Grayscale: #272727. Windows color (decimal): -10024677 or 1771879. OLE color: 1771879.
HSL color Cylindrical-coordinate representation of color #67091B: hue angle of 348.51º 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 #67091B is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 9 | 27 | - |
| CMYK | 0 | 0.91 | 0.74 | 0.60 |
| HSL | 348.51º | 0.84% | 0.22% | - |
| HSV(B) | 348.51º | 0.91% | 0.4% | - |
| XYZ | 5.89 | 3.16 | 1.34 | - |
| YUV | 39.16 | 121.14 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 9 | 27 | 0 | 0.91 | 0.74 | 0.60 | 348.51 | 0.84 | 0.22 |
| Hex | 67 | 9 | 1B | 0 | 5B | 4A | 3C | 15D | 54 | 16 |
| Octal | 147 | 11 | 33 | 0 | 133 | 112 | 74 | 535 | 124 | 26 |
| Binary | 1100111 | 1001 | 11011 | 0 | 1011011 | 1001010 | 111100 | 101011101 | 1010100 | 10110 |
Color Harmonies of #67091B
Complementary color
Monochromatic Colors of #67091B
Black with #67091B
Text Example
Text Example
White with #67091B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67091B; }
p { color: rgb(103,9,27); }
H1.HeaderClassName
{
color: #67091B;
}
.AnyTagClassName
{
color: #67091B;
}
</style>
background-color css
<style>
a { background-color: #67091B; }
a { background-color: rgb(103,9,27); }
div.DivClassName
{
background-color: #67091B;
}
.BgClassName
{
background-color: #67091B;
}
</style>
border-color css
<style>
span { border-color: #67091B; }
span { border-color: rgb(103,9,27); }
td.TdClassName
{
border-color: #67091B;
}
.TagClassName
{
border-color: #67091B;
}
</style>