Shades of Pohutukawa #680A21
Tints of Pohutukawa #680A21
RGB
CMYK
RGB Variations
Color information
#680A21 (or 0x680A21) is known color: Pohutukawa. HEX triplet: 68, 0A and 21. RGB value is (104,10,33). Sum of RGB (Red+Green+Blue) = 104+10+33=147 (19% of max value = 765). Red value is 104 (41.02% from 255 or 70.75% from 147); Green value is 10 (4.30% from 255 or 6.80% from 147); Blue value is 33 (13.28% from 255 or 22.45% from 147); Max value from RGB is 104 - color contains mainly: red. Hex color #680A21 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680A21 is #97F5DE. Grayscale: #282828. Windows color (decimal): -9958879 or 2165352. OLE color: 2165352.
HSL color Cylindrical-coordinate representation of color #680A21: hue angle of 345.32º 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 #680A21 is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 10 | 33 | - |
| CMYK | 0 | 0.90 | 0.68 | 0.59 |
| HSL | 345.32º | 0.82% | 0.22% | - |
| HSV(B) | 345.32º | 0.9% | 0.41% | - |
| XYZ | 6.09 | 3.27 | 1.75 | - |
| YUV | 40.73 | 123.64 | 173.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 10 | 33 | 0 | 0.90 | 0.68 | 0.59 | 345.32 | 0.82 | 0.22 |
| Hex | 68 | A | 21 | 0 | 5A | 44 | 3B | 159 | 52 | 16 |
| Octal | 150 | 12 | 41 | 0 | 132 | 104 | 73 | 531 | 122 | 26 |
| Binary | 1101000 | 1010 | 100001 | 0 | 1011010 | 1000100 | 111011 | 101011001 | 1010010 | 10110 |
Color Harmonies of #680A21
Complementary color
Monochromatic Colors of #680A21
Black with #680A21
Text Example
Text Example
White with #680A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680A21; }
p { color: rgb(104,10,33); }
H1.HeaderClassName
{
color: #680A21;
}
.AnyTagClassName
{
color: #680A21;
}
</style>
background-color css
<style>
a { background-color: #680A21; }
a { background-color: rgb(104,10,33); }
div.DivClassName
{
background-color: #680A21;
}
.BgClassName
{
background-color: #680A21;
}
</style>
border-color css
<style>
span { border-color: #680A21; }
span { border-color: rgb(104,10,33); }
td.TdClassName
{
border-color: #680A21;
}
.TagClassName
{
border-color: #680A21;
}
</style>