Shades of Pohutukawa #681020
Tints of Pohutukawa #681020
RGB
CMYK
RGB Variations
Color information
#681020 (or 0x681020) is known color: Pohutukawa. HEX triplet: 68, 10 and 20. RGB value is (104,16,32). Sum of RGB (Red+Green+Blue) = 104+16+32=152 (20% of max value = 765). Red value is 104 (41.02% from 255 or 68.42% from 152); Green value is 16 (6.64% from 255 or 10.53% from 152); Blue value is 32 (12.89% from 255 or 21.05% from 152); Max value from RGB is 104 - color contains mainly: red. Hex color #681020 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681020 is #97EFDF. Grayscale: #2C2C2C. Windows color (decimal): -9957344 or 2101352. OLE color: 2101352.
HSL color Cylindrical-coordinate representation of color #681020: hue angle of 349.09º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #681020 is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 16 | 32 | - |
| CMYK | 0 | 0.85 | 0.69 | 0.59 |
| HSL | 349.09º | 0.73% | 0.24% | - |
| HSV(B) | 349.09º | 0.85% | 0.41% | - |
| XYZ | 6.15 | 3.42 | 1.7 | - |
| YUV | 44.14 | 121.15 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 16 | 32 | 0 | 0.85 | 0.69 | 0.59 | 349.09 | 0.73 | 0.24 |
| Hex | 68 | 10 | 20 | 0 | 55 | 45 | 3B | 15D | 49 | 18 |
| Octal | 150 | 20 | 40 | 0 | 125 | 105 | 73 | 535 | 111 | 30 |
| Binary | 1101000 | 10000 | 100000 | 0 | 1010101 | 1000101 | 111011 | 101011101 | 1001001 | 11000 |
Color Harmonies of #681020
Complementary color
Monochromatic Colors of #681020
Black with #681020
Text Example
Text Example
White with #681020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681020; }
p { color: rgb(104,16,32); }
H1.HeaderClassName
{
color: #681020;
}
.AnyTagClassName
{
color: #681020;
}
</style>
background-color css
<style>
a { background-color: #681020; }
a { background-color: rgb(104,16,32); }
div.DivClassName
{
background-color: #681020;
}
.BgClassName
{
background-color: #681020;
}
</style>
border-color css
<style>
span { border-color: #681020; }
span { border-color: rgb(104,16,32); }
td.TdClassName
{
border-color: #681020;
}
.TagClassName
{
border-color: #681020;
}
</style>