Shades of Pohutukawa #68080F
Tints of Pohutukawa #68080F
RGB
CMYK
RGB Variations
Color information
#68080F (or 0x68080F) is known color: Pohutukawa. HEX triplet: 68, 08 and 0F. RGB value is (104,8,15). Sum of RGB (Red+Green+Blue) = 104+8+15=127 (16% of max value = 765). Red value is 104 (41.02% from 255 or 81.89% from 127); Green value is 8 (3.52% from 255 or 6.30% from 127); Blue value is 15 (6.25% from 255 or 11.81% from 127); Max value from RGB is 104 - color contains mainly: red. Hex color #68080F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #68080F is #97F7F0. Grayscale: #252525. Windows color (decimal): -9959409 or 985192. OLE color: 985192.
HSL color Cylindrical-coordinate representation of color #68080F: hue angle of 355.62º 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 #68080F is Cyan = 0, Magento = 0.92, Yellow = 0.86 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 8 | 15 | - |
| CMYK | 0 | 0.92 | 0.86 | 0.59 |
| HSL | 355.63º | 0.86% | 0.22% | - |
| HSV(B) | 355.63º | 0.92% | 0.41% | - |
| XYZ | 5.88 | 3.15 | 0.75 | - |
| YUV | 37.5 | 115.3 | 175.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 8 | 15 | 0 | 0.92 | 0.86 | 0.59 | 355.63 | 0.86 | 0.22 |
| Hex | 68 | 8 | F | 0 | 5C | 56 | 3B | 164 | 56 | 16 |
| Octal | 150 | 10 | 17 | 0 | 134 | 126 | 73 | 544 | 126 | 26 |
| Binary | 1101000 | 1000 | 1111 | 0 | 1011100 | 1010110 | 111011 | 101100100 | 1010110 | 10110 |
Color Harmonies of #68080F
Complementary color
Monochromatic Colors of #68080F
Black with #68080F
Text Example
Text Example
White with #68080F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68080F; }
p { color: rgb(104,8,15); }
H1.HeaderClassName
{
color: #68080F;
}
.AnyTagClassName
{
color: #68080F;
}
</style>
background-color css
<style>
a { background-color: #68080F; }
a { background-color: rgb(104,8,15); }
div.DivClassName
{
background-color: #68080F;
}
.BgClassName
{
background-color: #68080F;
}
</style>
border-color css
<style>
span { border-color: #68080F; }
span { border-color: rgb(104,8,15); }
td.TdClassName
{
border-color: #68080F;
}
.TagClassName
{
border-color: #68080F;
}
</style>