Shades of Pohutukawa #680B1E
Tints of Pohutukawa #680B1E
RGB
CMYK
RGB Variations
Color information
#680B1E (or 0x680B1E) is known color: Pohutukawa. HEX triplet: 68, 0B and 1E. RGB value is (104,11,30). Sum of RGB (Red+Green+Blue) = 104+11+30=145 (19% of max value = 765). Red value is 104 (41.02% from 255 or 71.72% from 145); Green value is 11 (4.69% from 255 or 7.59% from 145); Blue value is 30 (12.11% from 255 or 20.69% from 145); Max value from RGB is 104 - color contains mainly: red. Hex color #680B1E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680B1E is #97F4E1. Grayscale: #282828. Windows color (decimal): -9958626 or 1969000. OLE color: 1969000.
HSL color Cylindrical-coordinate representation of color #680B1E: hue angle of 347.74º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #680B1E is Cyan = 0, Magento = 0.89, Yellow = 0.71 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 11 | 30 | - |
| CMYK | 0 | 0.89 | 0.71 | 0.59 |
| HSL | 347.74º | 0.81% | 0.23% | - |
| HSV(B) | 347.74º | 0.89% | 0.41% | - |
| XYZ | 6.06 | 3.28 | 1.54 | - |
| YUV | 40.97 | 121.81 | 172.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 11 | 30 | 0 | 0.89 | 0.71 | 0.59 | 347.74 | 0.81 | 0.23 |
| Hex | 68 | B | 1E | 0 | 59 | 47 | 3B | 15C | 51 | 17 |
| Octal | 150 | 13 | 36 | 0 | 131 | 107 | 73 | 534 | 121 | 27 |
| Binary | 1101000 | 1011 | 11110 | 0 | 1011001 | 1000111 | 111011 | 101011100 | 1010001 | 10111 |
Color Harmonies of #680B1E
Complementary color
Monochromatic Colors of #680B1E
Black with #680B1E
Text Example
Text Example
White with #680B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680B1E; }
p { color: rgb(104,11,30); }
H1.HeaderClassName
{
color: #680B1E;
}
.AnyTagClassName
{
color: #680B1E;
}
</style>
background-color css
<style>
a { background-color: #680B1E; }
a { background-color: rgb(104,11,30); }
div.DivClassName
{
background-color: #680B1E;
}
.BgClassName
{
background-color: #680B1E;
}
</style>
border-color css
<style>
span { border-color: #680B1E; }
span { border-color: rgb(104,11,30); }
td.TdClassName
{
border-color: #680B1E;
}
.TagClassName
{
border-color: #680B1E;
}
</style>