Shades of Pohutukawa #680A24
Tints of Pohutukawa #680A24
RGB
CMYK
RGB Variations
Color information
#680A24 (or 0x680A24) is known color: Pohutukawa. HEX triplet: 68, 0A and 24. RGB value is (104,10,36). Sum of RGB (Red+Green+Blue) = 104+10+36=150 (19% of max value = 765). Red value is 104 (41.02% from 255 or 69.33% from 150); Green value is 10 (4.30% from 255 or 6.67% from 150); Blue value is 36 (14.45% from 255 or 24% from 150); Max value from RGB is 104 - color contains mainly: red. Hex color #680A24 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680A24 is #97F5DB. Grayscale: #292929. Windows color (decimal): -9958876 or 2361960. OLE color: 2361960.
HSL color Cylindrical-coordinate representation of color #680A24: hue angle of 343.4º 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 #680A24 is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 10 | 36 | - |
| CMYK | 0 | 0.90 | 0.65 | 0.59 |
| HSL | 343.4º | 0.82% | 0.22% | - |
| HSV(B) | 343.4º | 0.9% | 0.41% | - |
| XYZ | 6.14 | 3.29 | 1.98 | - |
| YUV | 41.07 | 125.14 | 172.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 10 | 36 | 0 | 0.90 | 0.65 | 0.59 | 343.4 | 0.82 | 0.22 |
| Hex | 68 | A | 24 | 0 | 5A | 41 | 3B | 157 | 52 | 16 |
| Octal | 150 | 12 | 44 | 0 | 132 | 101 | 73 | 527 | 122 | 26 |
| Binary | 1101000 | 1010 | 100100 | 0 | 1011010 | 1000001 | 111011 | 101010111 | 1010010 | 10110 |
Color Harmonies of #680A24
Complementary color
Monochromatic Colors of #680A24
Black with #680A24
Text Example
Text Example
White with #680A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680A24; }
p { color: rgb(104,10,36); }
H1.HeaderClassName
{
color: #680A24;
}
.AnyTagClassName
{
color: #680A24;
}
</style>
background-color css
<style>
a { background-color: #680A24; }
a { background-color: rgb(104,10,36); }
div.DivClassName
{
background-color: #680A24;
}
.BgClassName
{
background-color: #680A24;
}
</style>
border-color css
<style>
span { border-color: #680A24; }
span { border-color: rgb(104,10,36); }
td.TdClassName
{
border-color: #680A24;
}
.TagClassName
{
border-color: #680A24;
}
</style>