Shades of Pohutukawa #68111A
Tints of Pohutukawa #68111A
RGB
CMYK
RGB Variations
Color information
#68111A (or 0x68111A) is known color: Pohutukawa. HEX triplet: 68, 11 and 1A. RGB value is (104,17,26). Sum of RGB (Red+Green+Blue) = 104+17+26=147 (19% of max value = 765). Red value is 104 (41.02% from 255 or 70.75% from 147); Green value is 17 (7.03% from 255 or 11.56% from 147); Blue value is 26 (10.55% from 255 or 17.69% from 147); Max value from RGB is 104 - color contains mainly: red. Hex color #68111A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68111A is #97EEE5. Grayscale: #2C2C2C. Windows color (decimal): -9957094 or 1708392. OLE color: 1708392.
HSL color Cylindrical-coordinate representation of color #68111A: hue angle of 353.79º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #68111A is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 17 | 26 | - |
| CMYK | 0 | 0.84 | 0.75 | 0.59 |
| HSL | 353.79º | 0.72% | 0.24% | - |
| HSV(B) | 353.79º | 0.84% | 0.41% | - |
| XYZ | 6.1 | 3.42 | 1.32 | - |
| YUV | 44.04 | 117.82 | 170.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 17 | 26 | 0 | 0.84 | 0.75 | 0.59 | 353.79 | 0.72 | 0.24 |
| Hex | 68 | 11 | 1A | 0 | 54 | 4B | 3B | 162 | 48 | 18 |
| Octal | 150 | 21 | 32 | 0 | 124 | 113 | 73 | 542 | 110 | 30 |
| Binary | 1101000 | 10001 | 11010 | 0 | 1010100 | 1001011 | 111011 | 101100010 | 1001000 | 11000 |
Color Harmonies of #68111A
Complementary color
Monochromatic Colors of #68111A
Black with #68111A
Text Example
Text Example
White with #68111A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68111A; }
p { color: rgb(104,17,26); }
H1.HeaderClassName
{
color: #68111A;
}
.AnyTagClassName
{
color: #68111A;
}
</style>
background-color css
<style>
a { background-color: #68111A; }
a { background-color: rgb(104,17,26); }
div.DivClassName
{
background-color: #68111A;
}
.BgClassName
{
background-color: #68111A;
}
</style>
border-color css
<style>
span { border-color: #68111A; }
span { border-color: rgb(104,17,26); }
td.TdClassName
{
border-color: #68111A;
}
.TagClassName
{
border-color: #68111A;
}
</style>