Shades of Pohutukawa #680C27
Tints of Pohutukawa #680C27
RGB
CMYK
RGB Variations
Color information
#680C27 (or 0x680C27) is known color: Pohutukawa. HEX triplet: 68, 0C and 27. RGB value is (104,12,39). Sum of RGB (Red+Green+Blue) = 104+12+39=155 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.10% from 155); Green value is 12 (5.08% from 255 or 7.74% from 155); Blue value is 39 (15.62% from 255 or 25.16% from 155); Max value from RGB is 104 - color contains mainly: red. Hex color #680C27 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680C27 is #97F3D8. Grayscale: #2A2A2A. Windows color (decimal): -9958361 or 2559080. OLE color: 2559080.
HSL color Cylindrical-coordinate representation of color #680C27: hue angle of 342.39º 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 #680C27 is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 12 | 39 | - |
| CMYK | 0 | 0.88 | 0.62 | 0.59 |
| HSL | 342.39º | 0.79% | 0.23% | - |
| HSV(B) | 342.39º | 0.88% | 0.41% | - |
| XYZ | 6.21 | 3.35 | 2.24 | - |
| YUV | 42.59 | 125.98 | 171.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 12 | 39 | 0 | 0.88 | 0.62 | 0.59 | 342.39 | 0.79 | 0.23 |
| Hex | 68 | C | 27 | 0 | 58 | 3E | 3B | 156 | 4F | 17 |
| Octal | 150 | 14 | 47 | 0 | 130 | 76 | 73 | 526 | 117 | 27 |
| Binary | 1101000 | 1100 | 100111 | 0 | 1011000 | 111110 | 111011 | 101010110 | 1001111 | 10111 |
Color Harmonies of #680C27
Complementary color
Monochromatic Colors of #680C27
Black with #680C27
Text Example
Text Example
White with #680C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680C27; }
p { color: rgb(104,12,39); }
H1.HeaderClassName
{
color: #680C27;
}
.AnyTagClassName
{
color: #680C27;
}
</style>
background-color css
<style>
a { background-color: #680C27; }
a { background-color: rgb(104,12,39); }
div.DivClassName
{
background-color: #680C27;
}
.BgClassName
{
background-color: #680C27;
}
</style>
border-color css
<style>
span { border-color: #680C27; }
span { border-color: rgb(104,12,39); }
td.TdClassName
{
border-color: #680C27;
}
.TagClassName
{
border-color: #680C27;
}
</style>