Shades of Pohutukawa #68192C
Tints of Pohutukawa #68192C
RGB
CMYK
RGB Variations
Color information
#68192C (or 0x68192C) is known color: Pohutukawa. HEX triplet: 68, 19 and 2C. RGB value is (104,25,44). Sum of RGB (Red+Green+Blue) = 104+25+44=173 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.12% from 173); Green value is 25 (10.16% from 255 or 14.45% from 173); Blue value is 44 (17.58% from 255 or 25.43% from 173); Max value from RGB is 104 - color contains mainly: red. Hex color #68192C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68192C is #97E6D3. Grayscale: #323232. Windows color (decimal): -9955028 or 2890088. OLE color: 2890088.
HSL color Cylindrical-coordinate representation of color #68192C: hue angle of 345.57º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #68192C is Cyan = 0, Magento = 0.76, Yellow = 0.58 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 25 | 44 | - |
| CMYK | 0 | 0.76 | 0.58 | 0.59 |
| HSL | 345.57º | 0.61% | 0.25% | - |
| HSV(B) | 345.57º | 0.76% | 0.41% | - |
| XYZ | 6.51 | 3.82 | 2.78 | - |
| YUV | 50.79 | 124.17 | 165.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 25 | 44 | 0 | 0.76 | 0.58 | 0.59 | 345.57 | 0.61 | 0.25 |
| Hex | 68 | 19 | 2C | 0 | 4C | 3A | 3B | 15A | 3D | 19 |
| Octal | 150 | 31 | 54 | 0 | 114 | 72 | 73 | 532 | 75 | 31 |
| Binary | 1101000 | 11001 | 101100 | 0 | 1001100 | 111010 | 111011 | 101011010 | 111101 | 11001 |
Color Harmonies of #68192C
Complementary color
Monochromatic Colors of #68192C
Black with #68192C
Text Example
Text Example
White with #68192C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68192C; }
p { color: rgb(104,25,44); }
H1.HeaderClassName
{
color: #68192C;
}
.AnyTagClassName
{
color: #68192C;
}
</style>
background-color css
<style>
a { background-color: #68192C; }
a { background-color: rgb(104,25,44); }
div.DivClassName
{
background-color: #68192C;
}
.BgClassName
{
background-color: #68192C;
}
</style>
border-color css
<style>
span { border-color: #68192C; }
span { border-color: rgb(104,25,44); }
td.TdClassName
{
border-color: #68192C;
}
.TagClassName
{
border-color: #68192C;
}
</style>