Shades of Pohutukawa #68172A
Tints of Pohutukawa #68172A
RGB
CMYK
RGB Variations
Color information
#68172A (or 0x68172A) is known color: Pohutukawa. HEX triplet: 68, 17 and 2A. RGB value is (104,23,42). Sum of RGB (Red+Green+Blue) = 104+23+42=169 (22% of max value = 765). Red value is 104 (41.02% from 255 or 61.54% from 169); Green value is 23 (9.38% from 255 or 13.61% from 169); Blue value is 42 (16.80% from 255 or 24.85% from 169); Max value from RGB is 104 - color contains mainly: red. Hex color #68172A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68172A is #97E8D5. Grayscale: #313131. Windows color (decimal): -9955542 or 2758504. OLE color: 2758504.
HSL color Cylindrical-coordinate representation of color #68172A: hue angle of 345.93º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #68172A is Cyan = 0, Magento = 0.78, Yellow = 0.60 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 23 | 42 | - |
| CMYK | 0 | 0.78 | 0.60 | 0.59 |
| HSL | 345.93º | 0.64% | 0.25% | - |
| HSV(B) | 345.93º | 0.78% | 0.41% | - |
| XYZ | 6.43 | 3.72 | 2.57 | - |
| YUV | 49.39 | 123.84 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 23 | 42 | 0 | 0.78 | 0.60 | 0.59 | 345.93 | 0.64 | 0.25 |
| Hex | 68 | 17 | 2A | 0 | 4E | 3C | 3B | 15A | 40 | 19 |
| Octal | 150 | 27 | 52 | 0 | 116 | 74 | 73 | 532 | 100 | 31 |
| Binary | 1101000 | 10111 | 101010 | 0 | 1001110 | 111100 | 111011 | 101011010 | 1000000 | 11001 |
Color Harmonies of #68172A
Complementary color
Monochromatic Colors of #68172A
Black with #68172A
Text Example
Text Example
White with #68172A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68172A; }
p { color: rgb(104,23,42); }
H1.HeaderClassName
{
color: #68172A;
}
.AnyTagClassName
{
color: #68172A;
}
</style>
background-color css
<style>
a { background-color: #68172A; }
a { background-color: rgb(104,23,42); }
div.DivClassName
{
background-color: #68172A;
}
.BgClassName
{
background-color: #68172A;
}
</style>
border-color css
<style>
span { border-color: #68172A; }
span { border-color: rgb(104,23,42); }
td.TdClassName
{
border-color: #68172A;
}
.TagClassName
{
border-color: #68172A;
}
</style>