Shades of Pohutukawa #680C1F
Tints of Pohutukawa #680C1F
RGB
CMYK
RGB Variations
Color information
#680C1F (or 0x680C1F) is known color: Pohutukawa. HEX triplet: 68, 0C and 1F. RGB value is (104,12,31). Sum of RGB (Red+Green+Blue) = 104+12+31=147 (19% of max value = 765). Red value is 104 (41.02% from 255 or 70.75% from 147); Green value is 12 (5.08% from 255 or 8.16% from 147); Blue value is 31 (12.5% from 255 or 21.09% from 147); Max value from RGB is 104 - color contains mainly: red. Hex color #680C1F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680C1F is #97F3E0. Grayscale: #292929. Windows color (decimal): -9958369 or 2034792. OLE color: 2034792.
HSL color Cylindrical-coordinate representation of color #680C1F: hue angle of 347.61º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #680C1F is Cyan = 0, Magento = 0.88, Yellow = 0.70 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 12 | 31 | - |
| CMYK | 0 | 0.88 | 0.70 | 0.59 |
| HSL | 347.61º | 0.79% | 0.23% | - |
| HSV(B) | 347.61º | 0.88% | 0.41% | - |
| XYZ | 6.09 | 3.3 | 1.61 | - |
| YUV | 41.67 | 121.98 | 172.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 12 | 31 | 0 | 0.88 | 0.70 | 0.59 | 347.61 | 0.79 | 0.23 |
| Hex | 68 | C | 1F | 0 | 58 | 46 | 3B | 15C | 4F | 17 |
| Octal | 150 | 14 | 37 | 0 | 130 | 106 | 73 | 534 | 117 | 27 |
| Binary | 1101000 | 1100 | 11111 | 0 | 1011000 | 1000110 | 111011 | 101011100 | 1001111 | 10111 |
Color Harmonies of #680C1F
Complementary color
Monochromatic Colors of #680C1F
Black with #680C1F
Text Example
Text Example
White with #680C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680C1F; }
p { color: rgb(104,12,31); }
H1.HeaderClassName
{
color: #680C1F;
}
.AnyTagClassName
{
color: #680C1F;
}
</style>
background-color css
<style>
a { background-color: #680C1F; }
a { background-color: rgb(104,12,31); }
div.DivClassName
{
background-color: #680C1F;
}
.BgClassName
{
background-color: #680C1F;
}
</style>
border-color css
<style>
span { border-color: #680C1F; }
span { border-color: rgb(104,12,31); }
td.TdClassName
{
border-color: #680C1F;
}
.TagClassName
{
border-color: #680C1F;
}
</style>