Shades of Pohutukawa #680C0F
Tints of Pohutukawa #680C0F
RGB
CMYK
RGB Variations
Color information
#680C0F (or 0x680C0F) is known color: Pohutukawa. HEX triplet: 68, 0C and 0F. RGB value is (104,12,15). Sum of RGB (Red+Green+Blue) = 104+12+15=131 (17% of max value = 765). Red value is 104 (41.02% from 255 or 79.39% from 131); Green value is 12 (5.08% from 255 or 9.16% from 131); Blue value is 15 (6.25% from 255 or 11.45% from 131); Max value from RGB is 104 - color contains mainly: red. Hex color #680C0F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680C0F is #97F3F0. Grayscale: #272727. Windows color (decimal): -9958385 or 986216. OLE color: 986216.
HSL color Cylindrical-coordinate representation of color #680C0F: hue angle of 358.04º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #680C0F is Cyan = 0, Magento = 0.88, Yellow = 0.86 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 12 | 15 | - |
| CMYK | 0 | 0.88 | 0.86 | 0.59 |
| HSL | 358.04º | 0.79% | 0.23% | - |
| HSV(B) | 358.04º | 0.88% | 0.41% | - |
| XYZ | 5.93 | 3.24 | 0.77 | - |
| YUV | 39.85 | 113.98 | 173.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 12 | 15 | 0 | 0.88 | 0.86 | 0.59 | 358.04 | 0.79 | 0.23 |
| Hex | 68 | C | F | 0 | 58 | 56 | 3B | 166 | 4F | 17 |
| Octal | 150 | 14 | 17 | 0 | 130 | 126 | 73 | 546 | 117 | 27 |
| Binary | 1101000 | 1100 | 1111 | 0 | 1011000 | 1010110 | 111011 | 101100110 | 1001111 | 10111 |
Color Harmonies of #680C0F
Complementary color
Monochromatic Colors of #680C0F
Black with #680C0F
Text Example
Text Example
White with #680C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680C0F; }
p { color: rgb(104,12,15); }
H1.HeaderClassName
{
color: #680C0F;
}
.AnyTagClassName
{
color: #680C0F;
}
</style>
background-color css
<style>
a { background-color: #680C0F; }
a { background-color: rgb(104,12,15); }
div.DivClassName
{
background-color: #680C0F;
}
.BgClassName
{
background-color: #680C0F;
}
</style>
border-color css
<style>
span { border-color: #680C0F; }
span { border-color: rgb(104,12,15); }
td.TdClassName
{
border-color: #680C0F;
}
.TagClassName
{
border-color: #680C0F;
}
</style>