Shades of Pohutukawa #68111D
Tints of Pohutukawa #68111D
RGB
CMYK
RGB Variations
Color information
#68111D (or 0x68111D) is known color: Pohutukawa. HEX triplet: 68, 11 and 1D. RGB value is (104,17,29). Sum of RGB (Red+Green+Blue) = 104+17+29=150 (19% of max value = 765). Red value is 104 (41.02% from 255 or 69.33% from 150); Green value is 17 (7.03% from 255 or 11.33% from 150); Blue value is 29 (11.72% from 255 or 19.33% from 150); Max value from RGB is 104 - color contains mainly: red. Hex color #68111D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68111D is #97EEE2. Grayscale: #2C2C2C. Windows color (decimal): -9957091 or 1905000. OLE color: 1905000.
HSL color Cylindrical-coordinate representation of color #68111D: hue angle of 351.72º 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 #68111D is Cyan = 0, Magento = 0.84, Yellow = 0.72 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 17 | 29 | - |
| CMYK | 0 | 0.84 | 0.72 | 0.59 |
| HSL | 351.72º | 0.72% | 0.24% | - |
| HSV(B) | 351.72º | 0.84% | 0.41% | - |
| XYZ | 6.13 | 3.43 | 1.5 | - |
| YUV | 44.38 | 119.32 | 170.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 17 | 29 | 0 | 0.84 | 0.72 | 0.59 | 351.72 | 0.72 | 0.24 |
| Hex | 68 | 11 | 1D | 0 | 54 | 48 | 3B | 160 | 48 | 18 |
| Octal | 150 | 21 | 35 | 0 | 124 | 110 | 73 | 540 | 110 | 30 |
| Binary | 1101000 | 10001 | 11101 | 0 | 1010100 | 1001000 | 111011 | 101100000 | 1001000 | 11000 |
Color Harmonies of #68111D
Complementary color
Monochromatic Colors of #68111D
Black with #68111D
Text Example
Text Example
White with #68111D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68111D; }
p { color: rgb(104,17,29); }
H1.HeaderClassName
{
color: #68111D;
}
.AnyTagClassName
{
color: #68111D;
}
</style>
background-color css
<style>
a { background-color: #68111D; }
a { background-color: rgb(104,17,29); }
div.DivClassName
{
background-color: #68111D;
}
.BgClassName
{
background-color: #68111D;
}
</style>
border-color css
<style>
span { border-color: #68111D; }
span { border-color: rgb(104,17,29); }
td.TdClassName
{
border-color: #68111D;
}
.TagClassName
{
border-color: #68111D;
}
</style>