Shades of Pohutukawa #680D1D
Tints of Pohutukawa #680D1D
RGB
CMYK
RGB Variations
Color information
#680D1D (or 0x680D1D) is known color: Pohutukawa. HEX triplet: 68, 0D and 1D. RGB value is (104,13,29). Sum of RGB (Red+Green+Blue) = 104+13+29=146 (19% of max value = 765). Red value is 104 (41.02% from 255 or 71.23% from 146); Green value is 13 (5.47% from 255 or 8.90% from 146); Blue value is 29 (11.72% from 255 or 19.86% from 146); Max value from RGB is 104 - color contains mainly: red. Hex color #680D1D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680D1D is #97F2E2. Grayscale: #2A2A2A. Windows color (decimal): -9958115 or 1903976. OLE color: 1903976.
HSL color Cylindrical-coordinate representation of color #680D1D: hue angle of 349.45º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #680D1D is Cyan = 0, Magento = 0.88, Yellow = 0.72 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 13 | 29 | - |
| CMYK | 0 | 0.88 | 0.72 | 0.59 |
| HSL | 349.45º | 0.78% | 0.23% | - |
| HSV(B) | 349.45º | 0.88% | 0.41% | - |
| XYZ | 6.07 | 3.32 | 1.48 | - |
| YUV | 42.03 | 120.65 | 172.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 13 | 29 | 0 | 0.88 | 0.72 | 0.59 | 349.45 | 0.78 | 0.23 |
| Hex | 68 | D | 1D | 0 | 58 | 48 | 3B | 15D | 4E | 17 |
| Octal | 150 | 15 | 35 | 0 | 130 | 110 | 73 | 535 | 116 | 27 |
| Binary | 1101000 | 1101 | 11101 | 0 | 1011000 | 1001000 | 111011 | 101011101 | 1001110 | 10111 |
Color Harmonies of #680D1D
Complementary color
Monochromatic Colors of #680D1D
Black with #680D1D
Text Example
Text Example
White with #680D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680D1D; }
p { color: rgb(104,13,29); }
H1.HeaderClassName
{
color: #680D1D;
}
.AnyTagClassName
{
color: #680D1D;
}
</style>
background-color css
<style>
a { background-color: #680D1D; }
a { background-color: rgb(104,13,29); }
div.DivClassName
{
background-color: #680D1D;
}
.BgClassName
{
background-color: #680D1D;
}
</style>
border-color css
<style>
span { border-color: #680D1D; }
span { border-color: rgb(104,13,29); }
td.TdClassName
{
border-color: #680D1D;
}
.TagClassName
{
border-color: #680D1D;
}
</style>