Shades of Pohutukawa #680E2D
Tints of Pohutukawa #680E2D
RGB
CMYK
RGB Variations
Color information
#680E2D (or 0x680E2D) is known color: Pohutukawa. HEX triplet: 68, 0E and 2D. RGB value is (104,14,45). Sum of RGB (Red+Green+Blue) = 104+14+45=163 (21% of max value = 765). Red value is 104 (41.02% from 255 or 63.80% from 163); Green value is 14 (5.86% from 255 or 8.59% from 163); Blue value is 45 (17.97% from 255 or 27.61% from 163); Max value from RGB is 104 - color contains mainly: red. Hex color #680E2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680E2D is #97F1D2. Grayscale: #2C2C2C. Windows color (decimal): -9957843 or 2952808. OLE color: 2952808.
HSL color Cylindrical-coordinate representation of color #680E2D: hue angle of 339.33º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #680E2D is Cyan = 0, Magento = 0.87, Yellow = 0.57 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 14 | 45 | - |
| CMYK | 0 | 0.87 | 0.57 | 0.59 |
| HSL | 339.33º | 0.76% | 0.23% | - |
| HSV(B) | 339.33º | 0.87% | 0.41% | - |
| XYZ | 6.34 | 3.45 | 2.81 | - |
| YUV | 44.44 | 128.32 | 170.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 14 | 45 | 0 | 0.87 | 0.57 | 0.59 | 339.33 | 0.76 | 0.23 |
| Hex | 68 | E | 2D | 0 | 57 | 39 | 3B | 153 | 4C | 17 |
| Octal | 150 | 16 | 55 | 0 | 127 | 71 | 73 | 523 | 114 | 27 |
| Binary | 1101000 | 1110 | 101101 | 0 | 1010111 | 111001 | 111011 | 101010011 | 1001100 | 10111 |
Color Harmonies of #680E2D
Complementary color
Monochromatic Colors of #680E2D
Black with #680E2D
Text Example
Text Example
White with #680E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680E2D; }
p { color: rgb(104,14,45); }
H1.HeaderClassName
{
color: #680E2D;
}
.AnyTagClassName
{
color: #680E2D;
}
</style>
background-color css
<style>
a { background-color: #680E2D; }
a { background-color: rgb(104,14,45); }
div.DivClassName
{
background-color: #680E2D;
}
.BgClassName
{
background-color: #680E2D;
}
</style>
border-color css
<style>
span { border-color: #680E2D; }
span { border-color: rgb(104,14,45); }
td.TdClassName
{
border-color: #680E2D;
}
.TagClassName
{
border-color: #680E2D;
}
</style>