Shades of Pohutukawa #680A1C
Tints of Pohutukawa #680A1C
RGB
CMYK
RGB Variations
Color information
#680A1C (or 0x680A1C) is known color: Pohutukawa. HEX triplet: 68, 0A and 1C. RGB value is (104,10,28). Sum of RGB (Red+Green+Blue) = 104+10+28=142 (18% of max value = 765). Red value is 104 (41.02% from 255 or 73.24% from 142); Green value is 10 (4.30% from 255 or 7.04% from 142); Blue value is 28 (11.33% from 255 or 19.72% from 142); Max value from RGB is 104 - color contains mainly: red. Hex color #680A1C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680A1C is #97F5E3. Grayscale: #282828. Windows color (decimal): -9958884 or 1837672. OLE color: 1837672.
HSL color Cylindrical-coordinate representation of color #680A1C: hue angle of 348.51º 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 #680A1C is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 10 | 28 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.59 |
| HSL | 348.51º | 0.82% | 0.22% | - |
| HSV(B) | 348.51º | 0.9% | 0.41% | - |
| XYZ | 6.03 | 3.24 | 1.41 | - |
| YUV | 40.16 | 121.14 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 10 | 28 | 0 | 0.90 | 0.73 | 0.59 | 348.51 | 0.82 | 0.22 |
| Hex | 68 | A | 1C | 0 | 5A | 49 | 3B | 15D | 52 | 16 |
| Octal | 150 | 12 | 34 | 0 | 132 | 111 | 73 | 535 | 122 | 26 |
| Binary | 1101000 | 1010 | 11100 | 0 | 1011010 | 1001001 | 111011 | 101011101 | 1010010 | 10110 |
Color Harmonies of #680A1C
Complementary color
Monochromatic Colors of #680A1C
Black with #680A1C
Text Example
Text Example
White with #680A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680A1C; }
p { color: rgb(104,10,28); }
H1.HeaderClassName
{
color: #680A1C;
}
.AnyTagClassName
{
color: #680A1C;
}
</style>
background-color css
<style>
a { background-color: #680A1C; }
a { background-color: rgb(104,10,28); }
div.DivClassName
{
background-color: #680A1C;
}
.BgClassName
{
background-color: #680A1C;
}
</style>
border-color css
<style>
span { border-color: #680A1C; }
span { border-color: rgb(104,10,28); }
td.TdClassName
{
border-color: #680A1C;
}
.TagClassName
{
border-color: #680A1C;
}
</style>