Shades of Pohutukawa #68081F
Tints of Pohutukawa #68081F
RGB
CMYK
RGB Variations
Color information
#68081F (or 0x68081F) is known color: Pohutukawa. HEX triplet: 68, 08 and 1F. RGB value is (104,8,31). Sum of RGB (Red+Green+Blue) = 104+8+31=143 (18% of max value = 765). Red value is 104 (41.02% from 255 or 72.73% from 143); Green value is 8 (3.52% from 255 or 5.59% from 143); Blue value is 31 (12.5% from 255 or 21.68% from 143); Max value from RGB is 104 - color contains mainly: red. Hex color #68081F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68081F is #97F7E0. Grayscale: #272727. Windows color (decimal): -9959393 or 2033768. OLE color: 2033768.
HSL color Cylindrical-coordinate representation of color #68081F: hue angle of 345.62º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #68081F is Cyan = 0, Magento = 0.92, Yellow = 0.70 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 8 | 31 | - |
| CMYK | 0 | 0.92 | 0.70 | 0.59 |
| HSL | 345.63º | 0.86% | 0.22% | - |
| HSV(B) | 345.63º | 0.92% | 0.41% | - |
| XYZ | 6.04 | 3.22 | 1.6 | - |
| YUV | 39.33 | 123.3 | 174.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 8 | 31 | 0 | 0.92 | 0.70 | 0.59 | 345.63 | 0.86 | 0.22 |
| Hex | 68 | 8 | 1F | 0 | 5C | 46 | 3B | 15A | 56 | 16 |
| Octal | 150 | 10 | 37 | 0 | 134 | 106 | 73 | 532 | 126 | 26 |
| Binary | 1101000 | 1000 | 11111 | 0 | 1011100 | 1000110 | 111011 | 101011010 | 1010110 | 10110 |
Color Harmonies of #68081F
Complementary color
Monochromatic Colors of #68081F
Black with #68081F
Text Example
Text Example
White with #68081F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68081F; }
p { color: rgb(104,8,31); }
H1.HeaderClassName
{
color: #68081F;
}
.AnyTagClassName
{
color: #68081F;
}
</style>
background-color css
<style>
a { background-color: #68081F; }
a { background-color: rgb(104,8,31); }
div.DivClassName
{
background-color: #68081F;
}
.BgClassName
{
background-color: #68081F;
}
</style>
border-color css
<style>
span { border-color: #68081F; }
span { border-color: rgb(104,8,31); }
td.TdClassName
{
border-color: #68081F;
}
.TagClassName
{
border-color: #68081F;
}
</style>