Shades of Pohutukawa #68171C
Tints of Pohutukawa #68171C
RGB
CMYK
RGB Variations
Color information
#68171C (or 0x68171C) is known color: Pohutukawa. HEX triplet: 68, 17 and 1C. RGB value is (104,23,28). Sum of RGB (Red+Green+Blue) = 104+23+28=155 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.10% from 155); Green value is 23 (9.38% from 255 or 14.84% from 155); Blue value is 28 (11.33% from 255 or 18.06% from 155); Max value from RGB is 104 - color contains mainly: red. Hex color #68171C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68171C is #97E8E3. Grayscale: #2F2F2F. Windows color (decimal): -9955556 or 1841000. OLE color: 1841000.
HSL color Cylindrical-coordinate representation of color #68171C: hue angle of 356.3º 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 #68171C is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 23 | 28 | - |
| CMYK | 0 | 0.78 | 0.73 | 0.59 |
| HSL | 356.3º | 0.64% | 0.25% | - |
| HSV(B) | 356.3º | 0.78% | 0.41% | - |
| XYZ | 6.22 | 3.64 | 1.47 | - |
| YUV | 47.79 | 116.84 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 23 | 28 | 0 | 0.78 | 0.73 | 0.59 | 356.3 | 0.64 | 0.25 |
| Hex | 68 | 17 | 1C | 0 | 4E | 49 | 3B | 164 | 40 | 19 |
| Octal | 150 | 27 | 34 | 0 | 116 | 111 | 73 | 544 | 100 | 31 |
| Binary | 1101000 | 10111 | 11100 | 0 | 1001110 | 1001001 | 111011 | 101100100 | 1000000 | 11001 |
Color Harmonies of #68171C
Complementary color
Monochromatic Colors of #68171C
Black with #68171C
Text Example
Text Example
White with #68171C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68171C; }
p { color: rgb(104,23,28); }
H1.HeaderClassName
{
color: #68171C;
}
.AnyTagClassName
{
color: #68171C;
}
</style>
background-color css
<style>
a { background-color: #68171C; }
a { background-color: rgb(104,23,28); }
div.DivClassName
{
background-color: #68171C;
}
.BgClassName
{
background-color: #68171C;
}
</style>
border-color css
<style>
span { border-color: #68171C; }
span { border-color: rgb(104,23,28); }
td.TdClassName
{
border-color: #68171C;
}
.TagClassName
{
border-color: #68171C;
}
</style>