Shades of Pohutukawa #68161F
Tints of Pohutukawa #68161F
RGB
CMYK
RGB Variations
Color information
#68161F (or 0x68161F) is known color: Pohutukawa. HEX triplet: 68, 16 and 1F. RGB value is (104,22,31). Sum of RGB (Red+Green+Blue) = 104+22+31=157 (20% of max value = 765). Red value is 104 (41.02% from 255 or 66.24% from 157); Green value is 22 (8.98% from 255 or 14.01% from 157); Blue value is 31 (12.5% from 255 or 19.75% from 157); Max value from RGB is 104 - color contains mainly: red. Hex color #68161F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68161F is #97E9E0. Grayscale: #2F2F2F. Windows color (decimal): -9955809 or 2037352. OLE color: 2037352.
HSL color Cylindrical-coordinate representation of color #68161F: hue angle of 353.41º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #68161F is Cyan = 0, Magento = 0.79, Yellow = 0.70 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 22 | 31 | - |
| CMYK | 0 | 0.79 | 0.70 | 0.59 |
| HSL | 353.41º | 0.65% | 0.25% | - |
| HSV(B) | 353.41º | 0.79% | 0.41% | - |
| XYZ | 6.24 | 3.62 | 1.67 | - |
| YUV | 47.54 | 118.67 | 168.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 22 | 31 | 0 | 0.79 | 0.70 | 0.59 | 353.41 | 0.65 | 0.25 |
| Hex | 68 | 16 | 1F | 0 | 4F | 46 | 3B | 161 | 41 | 19 |
| Octal | 150 | 26 | 37 | 0 | 117 | 106 | 73 | 541 | 101 | 31 |
| Binary | 1101000 | 10110 | 11111 | 0 | 1001111 | 1000110 | 111011 | 101100001 | 1000001 | 11001 |
Color Harmonies of #68161F
Complementary color
Monochromatic Colors of #68161F
Black with #68161F
Text Example
Text Example
White with #68161F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68161F; }
p { color: rgb(104,22,31); }
H1.HeaderClassName
{
color: #68161F;
}
.AnyTagClassName
{
color: #68161F;
}
</style>
background-color css
<style>
a { background-color: #68161F; }
a { background-color: rgb(104,22,31); }
div.DivClassName
{
background-color: #68161F;
}
.BgClassName
{
background-color: #68161F;
}
</style>
border-color css
<style>
span { border-color: #68161F; }
span { border-color: rgb(104,22,31); }
td.TdClassName
{
border-color: #68161F;
}
.TagClassName
{
border-color: #68161F;
}
</style>