Shades of Pohutukawa #68070F
Tints of Pohutukawa #68070F
RGB
CMYK
RGB Variations
Color information
#68070F (or 0x68070F) is known color: Pohutukawa. HEX triplet: 68, 07 and 0F. RGB value is (104,7,15). Sum of RGB (Red+Green+Blue) = 104+7+15=126 (16% of max value = 765). Red value is 104 (41.02% from 255 or 82.54% from 126); Green value is 7 (3.12% from 255 or 5.56% from 126); Blue value is 15 (6.25% from 255 or 11.90% from 126); Max value from RGB is 104 - color contains mainly: red. Hex color #68070F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #68070F is #97F8F0. Grayscale: #242424. Windows color (decimal): -9959665 or 984936. OLE color: 984936.
HSL color Cylindrical-coordinate representation of color #68070F: hue angle of 355.05º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #68070F is Cyan = 0, Magento = 0.93, Yellow = 0.86 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 7 | 15 | - |
| CMYK | 0 | 0.93 | 0.86 | 0.59 |
| HSL | 355.05º | 0.87% | 0.22% | - |
| HSV(B) | 355.05º | 0.93% | 0.41% | - |
| XYZ | 5.87 | 3.13 | 0.75 | - |
| YUV | 36.92 | 115.64 | 175.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 7 | 15 | 0 | 0.93 | 0.86 | 0.59 | 355.05 | 0.87 | 0.22 |
| Hex | 68 | 7 | F | 0 | 5D | 56 | 3B | 163 | 57 | 16 |
| Octal | 150 | 7 | 17 | 0 | 135 | 126 | 73 | 543 | 127 | 26 |
| Binary | 1101000 | 111 | 1111 | 0 | 1011101 | 1010110 | 111011 | 101100011 | 1010111 | 10110 |
Color Harmonies of #68070F
Complementary color
Monochromatic Colors of #68070F
Black with #68070F
Text Example
Text Example
White with #68070F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68070F; }
p { color: rgb(104,7,15); }
H1.HeaderClassName
{
color: #68070F;
}
.AnyTagClassName
{
color: #68070F;
}
</style>
background-color css
<style>
a { background-color: #68070F; }
a { background-color: rgb(104,7,15); }
div.DivClassName
{
background-color: #68070F;
}
.BgClassName
{
background-color: #68070F;
}
</style>
border-color css
<style>
span { border-color: #68070F; }
span { border-color: rgb(104,7,15); }
td.TdClassName
{
border-color: #68070F;
}
.TagClassName
{
border-color: #68070F;
}
</style>