Shades of Pohutukawa #68091E
Tints of Pohutukawa #68091E
RGB
CMYK
RGB Variations
Color information
#68091E (or 0x68091E) is known color: Pohutukawa. HEX triplet: 68, 09 and 1E. RGB value is (104,9,30). Sum of RGB (Red+Green+Blue) = 104+9+30=143 (18% of max value = 765). Red value is 104 (41.02% from 255 or 72.73% from 143); Green value is 9 (3.91% from 255 or 6.29% from 143); Blue value is 30 (12.11% from 255 or 20.98% from 143); Max value from RGB is 104 - color contains mainly: red. Hex color #68091E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68091E is #97F6E1. Grayscale: #272727. Windows color (decimal): -9959138 or 1968488. OLE color: 1968488.
HSL color Cylindrical-coordinate representation of color #68091E: hue angle of 346.74º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #68091E is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 9 | 30 | - |
| CMYK | 0 | 0.91 | 0.71 | 0.59 |
| HSL | 346.74º | 0.84% | 0.22% | - |
| HSV(B) | 346.74º | 0.91% | 0.41% | - |
| XYZ | 6.04 | 3.23 | 1.53 | - |
| YUV | 39.8 | 122.47 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 9 | 30 | 0 | 0.91 | 0.71 | 0.59 | 346.74 | 0.84 | 0.22 |
| Hex | 68 | 9 | 1E | 0 | 5B | 47 | 3B | 15B | 54 | 16 |
| Octal | 150 | 11 | 36 | 0 | 133 | 107 | 73 | 533 | 124 | 26 |
| Binary | 1101000 | 1001 | 11110 | 0 | 1011011 | 1000111 | 111011 | 101011011 | 1010100 | 10110 |
Color Harmonies of #68091E
Complementary color
Monochromatic Colors of #68091E
Black with #68091E
Text Example
Text Example
White with #68091E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68091E; }
p { color: rgb(104,9,30); }
H1.HeaderClassName
{
color: #68091E;
}
.AnyTagClassName
{
color: #68091E;
}
</style>
background-color css
<style>
a { background-color: #68091E; }
a { background-color: rgb(104,9,30); }
div.DivClassName
{
background-color: #68091E;
}
.BgClassName
{
background-color: #68091E;
}
</style>
border-color css
<style>
span { border-color: #68091E; }
span { border-color: rgb(104,9,30); }
td.TdClassName
{
border-color: #68091E;
}
.TagClassName
{
border-color: #68091E;
}
</style>