Shades of Pohutukawa #680A27
Tints of Pohutukawa #680A27
RGB
CMYK
RGB Variations
Color information
#680A27 (or 0x680A27) is known color: Pohutukawa. HEX triplet: 68, 0A and 27. RGB value is (104,10,39). Sum of RGB (Red+Green+Blue) = 104+10+39=153 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.97% from 153); Green value is 10 (4.30% from 255 or 6.54% from 153); Blue value is 39 (15.62% from 255 or 25.49% from 153); Max value from RGB is 104 - color contains mainly: red. Hex color #680A27 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680A27 is #97F5D8. Grayscale: #292929. Windows color (decimal): -9958873 or 2558568. OLE color: 2558568.
HSL color Cylindrical-coordinate representation of color #680A27: hue angle of 341.49º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #680A27 is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 10 | 39 | - |
| CMYK | 0 | 0.90 | 0.62 | 0.59 |
| HSL | 341.49º | 0.82% | 0.22% | - |
| HSV(B) | 341.49º | 0.9% | 0.41% | - |
| XYZ | 6.18 | 3.31 | 2.23 | - |
| YUV | 41.41 | 126.64 | 172.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 10 | 39 | 0 | 0.90 | 0.62 | 0.59 | 341.49 | 0.82 | 0.22 |
| Hex | 68 | A | 27 | 0 | 5A | 3E | 3B | 155 | 52 | 16 |
| Octal | 150 | 12 | 47 | 0 | 132 | 76 | 73 | 525 | 122 | 26 |
| Binary | 1101000 | 1010 | 100111 | 0 | 1011010 | 111110 | 111011 | 101010101 | 1010010 | 10110 |
Color Harmonies of #680A27
Complementary color
Monochromatic Colors of #680A27
Black with #680A27
Text Example
Text Example
White with #680A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680A27; }
p { color: rgb(104,10,39); }
H1.HeaderClassName
{
color: #680A27;
}
.AnyTagClassName
{
color: #680A27;
}
</style>
background-color css
<style>
a { background-color: #680A27; }
a { background-color: rgb(104,10,39); }
div.DivClassName
{
background-color: #680A27;
}
.BgClassName
{
background-color: #680A27;
}
</style>
border-color css
<style>
span { border-color: #680A27; }
span { border-color: rgb(104,10,39); }
td.TdClassName
{
border-color: #680A27;
}
.TagClassName
{
border-color: #680A27;
}
</style>