Shades of Pohutukawa #68141E
Tints of Pohutukawa #68141E
RGB
CMYK
RGB Variations
Color information
#68141E (or 0x68141E) is known color: Pohutukawa. HEX triplet: 68, 14 and 1E. RGB value is (104,20,30). Sum of RGB (Red+Green+Blue) = 104+20+30=154 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.53% from 154); Green value is 20 (8.20% from 255 or 12.99% from 154); Blue value is 30 (12.11% from 255 or 19.48% from 154); Max value from RGB is 104 - color contains mainly: red. Hex color #68141E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68141E is #97EBE1. Grayscale: #2E2E2E. Windows color (decimal): -9956322 or 1971304. OLE color: 1971304.
HSL color Cylindrical-coordinate representation of color #68141E: hue angle of 352.86º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #68141E is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 20 | 30 | - |
| CMYK | 0 | 0.81 | 0.71 | 0.59 |
| HSL | 352.86º | 0.68% | 0.24% | - |
| HSV(B) | 352.86º | 0.81% | 0.41% | - |
| XYZ | 6.19 | 3.54 | 1.58 | - |
| YUV | 46.26 | 118.83 | 169.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 20 | 30 | 0 | 0.81 | 0.71 | 0.59 | 352.86 | 0.68 | 0.24 |
| Hex | 68 | 14 | 1E | 0 | 51 | 47 | 3B | 161 | 44 | 18 |
| Octal | 150 | 24 | 36 | 0 | 121 | 107 | 73 | 541 | 104 | 30 |
| Binary | 1101000 | 10100 | 11110 | 0 | 1010001 | 1000111 | 111011 | 101100001 | 1000100 | 11000 |
Color Harmonies of #68141E
Complementary color
Monochromatic Colors of #68141E
Black with #68141E
Text Example
Text Example
White with #68141E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68141E; }
p { color: rgb(104,20,30); }
H1.HeaderClassName
{
color: #68141E;
}
.AnyTagClassName
{
color: #68141E;
}
</style>
background-color css
<style>
a { background-color: #68141E; }
a { background-color: rgb(104,20,30); }
div.DivClassName
{
background-color: #68141E;
}
.BgClassName
{
background-color: #68141E;
}
</style>
border-color css
<style>
span { border-color: #68141E; }
span { border-color: rgb(104,20,30); }
td.TdClassName
{
border-color: #68141E;
}
.TagClassName
{
border-color: #68141E;
}
</style>