Shades of Pohutukawa #68071E
Tints of Pohutukawa #68071E
RGB
CMYK
RGB Variations
Color information
#68071E (or 0x68071E) is known color: Pohutukawa. HEX triplet: 68, 07 and 1E. RGB value is (104,7,30). Sum of RGB (Red+Green+Blue) = 104+7+30=141 (18% of max value = 765). Red value is 104 (41.02% from 255 or 73.76% from 141); Green value is 7 (3.12% from 255 or 4.96% from 141); Blue value is 30 (12.11% from 255 or 21.28% from 141); Max value from RGB is 104 - color contains mainly: red. Hex color #68071E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68071E is #97F8E1. Grayscale: #262626. Windows color (decimal): -9959650 or 1967976. OLE color: 1967976.
HSL color Cylindrical-coordinate representation of color #68071E: hue angle of 345.77º 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 #68071E is Cyan = 0, Magento = 0.93, Yellow = 0.71 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 7 | 30 | - |
| CMYK | 0 | 0.93 | 0.71 | 0.59 |
| HSL | 345.77º | 0.87% | 0.22% | - |
| HSV(B) | 345.77º | 0.93% | 0.41% | - |
| XYZ | 6.02 | 3.19 | 1.53 | - |
| YUV | 38.63 | 123.14 | 174.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 7 | 30 | 0 | 0.93 | 0.71 | 0.59 | 345.77 | 0.87 | 0.22 |
| Hex | 68 | 7 | 1E | 0 | 5D | 47 | 3B | 15A | 57 | 16 |
| Octal | 150 | 7 | 36 | 0 | 135 | 107 | 73 | 532 | 127 | 26 |
| Binary | 1101000 | 111 | 11110 | 0 | 1011101 | 1000111 | 111011 | 101011010 | 1010111 | 10110 |
Color Harmonies of #68071E
Complementary color
Monochromatic Colors of #68071E
Black with #68071E
Text Example
Text Example
White with #68071E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68071E; }
p { color: rgb(104,7,30); }
H1.HeaderClassName
{
color: #68071E;
}
.AnyTagClassName
{
color: #68071E;
}
</style>
background-color css
<style>
a { background-color: #68071E; }
a { background-color: rgb(104,7,30); }
div.DivClassName
{
background-color: #68071E;
}
.BgClassName
{
background-color: #68071E;
}
</style>
border-color css
<style>
span { border-color: #68071E; }
span { border-color: rgb(104,7,30); }
td.TdClassName
{
border-color: #68071E;
}
.TagClassName
{
border-color: #68071E;
}
</style>