Shades of Pohutukawa #68102C
Tints of Pohutukawa #68102C
RGB
CMYK
RGB Variations
Color information
#68102C (or 0x68102C) is known color: Pohutukawa. HEX triplet: 68, 10 and 2C. RGB value is (104,16,44). Sum of RGB (Red+Green+Blue) = 104+16+44=164 (21% of max value = 765). Red value is 104 (41.02% from 255 or 63.41% from 164); Green value is 16 (6.64% from 255 or 9.76% from 164); Blue value is 44 (17.58% from 255 or 26.83% from 164); Max value from RGB is 104 - color contains mainly: red. Hex color #68102C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68102C is #97EFD3. Grayscale: #2D2D2D. Windows color (decimal): -9957332 or 2887784. OLE color: 2887784.
HSL color Cylindrical-coordinate representation of color #68102C: hue angle of 340.91º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #68102C is Cyan = 0, Magento = 0.85, Yellow = 0.58 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 16 | 44 | - |
| CMYK | 0 | 0.85 | 0.58 | 0.59 |
| HSL | 340.91º | 0.73% | 0.24% | - |
| HSV(B) | 340.91º | 0.85% | 0.41% | - |
| XYZ | 6.35 | 3.5 | 2.72 | - |
| YUV | 45.5 | 127.15 | 169.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 16 | 44 | 0 | 0.85 | 0.58 | 0.59 | 340.91 | 0.73 | 0.24 |
| Hex | 68 | 10 | 2C | 0 | 55 | 3A | 3B | 155 | 49 | 18 |
| Octal | 150 | 20 | 54 | 0 | 125 | 72 | 73 | 525 | 111 | 30 |
| Binary | 1101000 | 10000 | 101100 | 0 | 1010101 | 111010 | 111011 | 101010101 | 1001001 | 11000 |
Color Harmonies of #68102C
Complementary color
Monochromatic Colors of #68102C
Black with #68102C
Text Example
Text Example
White with #68102C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68102C; }
p { color: rgb(104,16,44); }
H1.HeaderClassName
{
color: #68102C;
}
.AnyTagClassName
{
color: #68102C;
}
</style>
background-color css
<style>
a { background-color: #68102C; }
a { background-color: rgb(104,16,44); }
div.DivClassName
{
background-color: #68102C;
}
.BgClassName
{
background-color: #68102C;
}
</style>
border-color css
<style>
span { border-color: #68102C; }
span { border-color: rgb(104,16,44); }
td.TdClassName
{
border-color: #68102C;
}
.TagClassName
{
border-color: #68102C;
}
</style>