Shades of Pohutukawa #68080E
Tints of Pohutukawa #68080E
RGB
CMYK
RGB Variations
Color information
#68080E (or 0x68080E) is known color: Pohutukawa. HEX triplet: 68, 08 and 0E. RGB value is (104,8,14). Sum of RGB (Red+Green+Blue) = 104+8+14=126 (16% of max value = 765). Red value is 104 (41.02% from 255 or 82.54% from 126); Green value is 8 (3.52% from 255 or 6.35% from 126); Blue value is 14 (5.86% from 255 or 11.11% from 126); Max value from RGB is 104 - color contains mainly: red. Hex color #68080E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #68080E is #97F7F1. Grayscale: #252525. Windows color (decimal): -9959410 or 919656. OLE color: 919656.
HSL color Cylindrical-coordinate representation of color #68080E: hue angle of 356.25º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #68080E is Cyan = 0, Magento = 0.92, Yellow = 0.87 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 8 | 14 | - |
| CMYK | 0 | 0.92 | 0.87 | 0.59 |
| HSL | 356.25º | 0.86% | 0.22% | - |
| HSV(B) | 356.25º | 0.92% | 0.41% | - |
| XYZ | 5.88 | 3.15 | 0.71 | - |
| YUV | 37.39 | 114.8 | 175.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 8 | 14 | 0 | 0.92 | 0.87 | 0.59 | 356.25 | 0.86 | 0.22 |
| Hex | 68 | 8 | E | 0 | 5C | 57 | 3B | 164 | 56 | 16 |
| Octal | 150 | 10 | 16 | 0 | 134 | 127 | 73 | 544 | 126 | 26 |
| Binary | 1101000 | 1000 | 1110 | 0 | 1011100 | 1010111 | 111011 | 101100100 | 1010110 | 10110 |
Color Harmonies of #68080E
Complementary color
Monochromatic Colors of #68080E
Black with #68080E
Text Example
Text Example
White with #68080E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68080E; }
p { color: rgb(104,8,14); }
H1.HeaderClassName
{
color: #68080E;
}
.AnyTagClassName
{
color: #68080E;
}
</style>
background-color css
<style>
a { background-color: #68080E; }
a { background-color: rgb(104,8,14); }
div.DivClassName
{
background-color: #68080E;
}
.BgClassName
{
background-color: #68080E;
}
</style>
border-color css
<style>
span { border-color: #68080E; }
span { border-color: rgb(104,8,14); }
td.TdClassName
{
border-color: #68080E;
}
.TagClassName
{
border-color: #68080E;
}
</style>