Shades of Pohutukawa #68080B
Tints of Pohutukawa #68080B
RGB
CMYK
RGB Variations
Color information
#68080B (or 0x68080B) is known color: Pohutukawa. HEX triplet: 68, 08 and 0B. RGB value is (104,8,11). Sum of RGB (Red+Green+Blue) = 104+8+11=123 (16% of max value = 765). Red value is 104 (41.02% from 255 or 84.55% from 123); Green value is 8 (3.52% from 255 or 6.50% from 123); Blue value is 11 (4.69% from 255 or 8.94% from 123); Max value from RGB is 104 - color contains mainly: red. Hex color #68080B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #68080B is #97F7F4. Grayscale: #252525. Windows color (decimal): -9959413 or 723048. OLE color: 723048.
HSL color Cylindrical-coordinate representation of color #68080B: hue angle of 358.12º 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 #68080B is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 8 | 11 | - |
| CMYK | 0 | 0.92 | 0.89 | 0.59 |
| HSL | 358.13º | 0.86% | 0.22% | - |
| HSV(B) | 358.13º | 0.92% | 0.41% | - |
| XYZ | 5.86 | 3.14 | 0.61 | - |
| YUV | 37.05 | 113.3 | 175.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 8 | 11 | 0 | 0.92 | 0.89 | 0.59 | 358.13 | 0.86 | 0.22 |
| Hex | 68 | 8 | B | 0 | 5C | 59 | 3B | 166 | 56 | 16 |
| Octal | 150 | 10 | 13 | 0 | 134 | 131 | 73 | 546 | 126 | 26 |
| Binary | 1101000 | 1000 | 1011 | 0 | 1011100 | 1011001 | 111011 | 101100110 | 1010110 | 10110 |
Color Harmonies of #68080B
Complementary color
Monochromatic Colors of #68080B
Black with #68080B
Text Example
Text Example
White with #68080B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68080B; }
p { color: rgb(104,8,11); }
H1.HeaderClassName
{
color: #68080B;
}
.AnyTagClassName
{
color: #68080B;
}
</style>
background-color css
<style>
a { background-color: #68080B; }
a { background-color: rgb(104,8,11); }
div.DivClassName
{
background-color: #68080B;
}
.BgClassName
{
background-color: #68080B;
}
</style>
border-color css
<style>
span { border-color: #68080B; }
span { border-color: rgb(104,8,11); }
td.TdClassName
{
border-color: #68080B;
}
.TagClassName
{
border-color: #68080B;
}
</style>