Shades of Pohutukawa #68112D
Tints of Pohutukawa #68112D
RGB
CMYK
RGB Variations
Color information
#68112D (or 0x68112D) is known color: Pohutukawa. HEX triplet: 68, 11 and 2D. RGB value is (104,17,45). Sum of RGB (Red+Green+Blue) = 104+17+45=166 (21% of max value = 765). Red value is 104 (41.02% from 255 or 62.65% from 166); Green value is 17 (7.03% from 255 or 10.24% from 166); Blue value is 45 (17.97% from 255 or 27.11% from 166); Max value from RGB is 104 - color contains mainly: red. Hex color #68112D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68112D is #97EED2. Grayscale: #2E2E2E. Windows color (decimal): -9957075 or 2953576. OLE color: 2953576.
HSL color Cylindrical-coordinate representation of color #68112D: hue angle of 340.69º 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 #68112D is Cyan = 0, Magento = 0.84, Yellow = 0.57 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 17 | 45 | - |
| CMYK | 0 | 0.84 | 0.57 | 0.59 |
| HSL | 340.69º | 0.72% | 0.24% | - |
| HSV(B) | 340.69º | 0.84% | 0.41% | - |
| XYZ | 6.38 | 3.53 | 2.83 | - |
| YUV | 46.21 | 127.32 | 169.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 17 | 45 | 0 | 0.84 | 0.57 | 0.59 | 340.69 | 0.72 | 0.24 |
| Hex | 68 | 11 | 2D | 0 | 54 | 39 | 3B | 155 | 48 | 18 |
| Octal | 150 | 21 | 55 | 0 | 124 | 71 | 73 | 525 | 110 | 30 |
| Binary | 1101000 | 10001 | 101101 | 0 | 1010100 | 111001 | 111011 | 101010101 | 1001000 | 11000 |
Color Harmonies of #68112D
Complementary color
Monochromatic Colors of #68112D
Black with #68112D
Text Example
Text Example
White with #68112D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68112D; }
p { color: rgb(104,17,45); }
H1.HeaderClassName
{
color: #68112D;
}
.AnyTagClassName
{
color: #68112D;
}
</style>
background-color css
<style>
a { background-color: #68112D; }
a { background-color: rgb(104,17,45); }
div.DivClassName
{
background-color: #68112D;
}
.BgClassName
{
background-color: #68112D;
}
</style>
border-color css
<style>
span { border-color: #68112D; }
span { border-color: rgb(104,17,45); }
td.TdClassName
{
border-color: #68112D;
}
.TagClassName
{
border-color: #68112D;
}
</style>