Shades of Pohutukawa #68151F
Tints of Pohutukawa #68151F
RGB
CMYK
RGB Variations
Color information
#68151F (or 0x68151F) is known color: Pohutukawa. HEX triplet: 68, 15 and 1F. RGB value is (104,21,31). Sum of RGB (Red+Green+Blue) = 104+21+31=156 (20% of max value = 765). Red value is 104 (41.02% from 255 or 66.67% from 156); Green value is 21 (8.59% from 255 or 13.46% from 156); Blue value is 31 (12.5% from 255 or 19.87% from 156); Max value from RGB is 104 - color contains mainly: red. Hex color #68151F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68151F is #97EAE0. Grayscale: #2F2F2F. Windows color (decimal): -9956065 or 2037096. OLE color: 2037096.
HSL color Cylindrical-coordinate representation of color #68151F: hue angle of 352.77º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #68151F is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 21 | 31 | - |
| CMYK | 0 | 0.80 | 0.70 | 0.59 |
| HSL | 352.77º | 0.66% | 0.25% | - |
| HSV(B) | 352.77º | 0.8% | 0.41% | - |
| XYZ | 6.22 | 3.58 | 1.66 | - |
| YUV | 46.96 | 119 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 21 | 31 | 0 | 0.80 | 0.70 | 0.59 | 352.77 | 0.66 | 0.25 |
| Hex | 68 | 15 | 1F | 0 | 50 | 46 | 3B | 161 | 42 | 19 |
| Octal | 150 | 25 | 37 | 0 | 120 | 106 | 73 | 541 | 102 | 31 |
| Binary | 1101000 | 10101 | 11111 | 0 | 1010000 | 1000110 | 111011 | 101100001 | 1000010 | 11001 |
Color Harmonies of #68151F
Complementary color
Monochromatic Colors of #68151F
Black with #68151F
Text Example
Text Example
White with #68151F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68151F; }
p { color: rgb(104,21,31); }
H1.HeaderClassName
{
color: #68151F;
}
.AnyTagClassName
{
color: #68151F;
}
</style>
background-color css
<style>
a { background-color: #68151F; }
a { background-color: rgb(104,21,31); }
div.DivClassName
{
background-color: #68151F;
}
.BgClassName
{
background-color: #68151F;
}
</style>
border-color css
<style>
span { border-color: #68151F; }
span { border-color: rgb(104,21,31); }
td.TdClassName
{
border-color: #68151F;
}
.TagClassName
{
border-color: #68151F;
}
</style>