Shades of Pohutukawa #68071F
Tints of Pohutukawa #68071F
RGB
CMYK
RGB Variations
Color information
#68071F (or 0x68071F) is known color: Pohutukawa. HEX triplet: 68, 07 and 1F. RGB value is (104,7,31). Sum of RGB (Red+Green+Blue) = 104+7+31=142 (18% of max value = 765). Red value is 104 (41.02% from 255 or 73.24% from 142); Green value is 7 (3.12% from 255 or 4.93% from 142); Blue value is 31 (12.5% from 255 or 21.83% from 142); Max value from RGB is 104 - color contains mainly: red. Hex color #68071F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68071F is #97F8E0. Grayscale: #262626. Windows color (decimal): -9959649 or 2033512. OLE color: 2033512.
HSL color Cylindrical-coordinate representation of color #68071F: hue angle of 345.15º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #68071F is Cyan = 0, Magento = 0.93, Yellow = 0.70 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 7 | 31 | - |
| CMYK | 0 | 0.93 | 0.70 | 0.59 |
| HSL | 345.15º | 0.87% | 0.22% | - |
| HSV(B) | 345.15º | 0.93% | 0.41% | - |
| XYZ | 6.03 | 3.19 | 1.59 | - |
| YUV | 38.74 | 123.64 | 174.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 7 | 31 | 0 | 0.93 | 0.70 | 0.59 | 345.15 | 0.87 | 0.22 |
| Hex | 68 | 7 | 1F | 0 | 5D | 46 | 3B | 159 | 57 | 16 |
| Octal | 150 | 7 | 37 | 0 | 135 | 106 | 73 | 531 | 127 | 26 |
| Binary | 1101000 | 111 | 11111 | 0 | 1011101 | 1000110 | 111011 | 101011001 | 1010111 | 10110 |
Color Harmonies of #68071F
Complementary color
Monochromatic Colors of #68071F
Black with #68071F
Text Example
Text Example
White with #68071F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68071F; }
p { color: rgb(104,7,31); }
H1.HeaderClassName
{
color: #68071F;
}
.AnyTagClassName
{
color: #68071F;
}
</style>
background-color css
<style>
a { background-color: #68071F; }
a { background-color: rgb(104,7,31); }
div.DivClassName
{
background-color: #68071F;
}
.BgClassName
{
background-color: #68071F;
}
</style>
border-color css
<style>
span { border-color: #68071F; }
span { border-color: rgb(104,7,31); }
td.TdClassName
{
border-color: #68071F;
}
.TagClassName
{
border-color: #68071F;
}
</style>