Shades of Pohutukawa #68192B
Tints of Pohutukawa #68192B
RGB
CMYK
RGB Variations
Color information
#68192B (or 0x68192B) is known color: Pohutukawa. HEX triplet: 68, 19 and 2B. RGB value is (104,25,43). Sum of RGB (Red+Green+Blue) = 104+25+43=172 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.47% from 172); Green value is 25 (10.16% from 255 or 14.53% from 172); Blue value is 43 (17.19% from 255 or 25% from 172); Max value from RGB is 104 - color contains mainly: red. Hex color #68192B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68192B is #97E6D4. Grayscale: #323232. Windows color (decimal): -9955029 or 2824552. OLE color: 2824552.
HSL color Cylindrical-coordinate representation of color #68192B: hue angle of 346.33º 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 #68192B is Cyan = 0, Magento = 0.76, Yellow = 0.59 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 25 | 43 | - |
| CMYK | 0 | 0.76 | 0.59 | 0.59 |
| HSL | 346.33º | 0.61% | 0.25% | - |
| HSV(B) | 346.33º | 0.76% | 0.41% | - |
| XYZ | 6.49 | 3.81 | 2.68 | - |
| YUV | 50.67 | 123.67 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 25 | 43 | 0 | 0.76 | 0.59 | 0.59 | 346.33 | 0.61 | 0.25 |
| Hex | 68 | 19 | 2B | 0 | 4C | 3B | 3B | 15A | 3D | 19 |
| Octal | 150 | 31 | 53 | 0 | 114 | 73 | 73 | 532 | 75 | 31 |
| Binary | 1101000 | 11001 | 101011 | 0 | 1001100 | 111011 | 111011 | 101011010 | 111101 | 11001 |
Color Harmonies of #68192B
Complementary color
Monochromatic Colors of #68192B
Black with #68192B
Text Example
Text Example
White with #68192B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68192B; }
p { color: rgb(104,25,43); }
H1.HeaderClassName
{
color: #68192B;
}
.AnyTagClassName
{
color: #68192B;
}
</style>
background-color css
<style>
a { background-color: #68192B; }
a { background-color: rgb(104,25,43); }
div.DivClassName
{
background-color: #68192B;
}
.BgClassName
{
background-color: #68192B;
}
</style>
border-color css
<style>
span { border-color: #68192B; }
span { border-color: rgb(104,25,43); }
td.TdClassName
{
border-color: #68192B;
}
.TagClassName
{
border-color: #68192B;
}
</style>