Shades of Pohutukawa #680A0D
Tints of Pohutukawa #680A0D
RGB
CMYK
RGB Variations
Color information
#680A0D (or 0x680A0D) is known color: Pohutukawa. HEX triplet: 68, 0A and 0D. RGB value is (104,10,13). Sum of RGB (Red+Green+Blue) = 104+10+13=127 (16% of max value = 765). Red value is 104 (41.02% from 255 or 81.89% from 127); Green value is 10 (4.30% from 255 or 7.87% from 127); Blue value is 13 (5.47% from 255 or 10.24% from 127); Max value from RGB is 104 - color contains mainly: red. Hex color #680A0D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680A0D is #97F5F2. Grayscale: #262626. Windows color (decimal): -9958899 or 854632. OLE color: 854632.
HSL color Cylindrical-coordinate representation of color #680A0D: hue angle of 358.09º 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 #680A0D is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 10 | 13 | - |
| CMYK | 0 | 0.90 | 0.88 | 0.59 |
| HSL | 358.09º | 0.82% | 0.22% | - |
| HSV(B) | 358.09º | 0.9% | 0.41% | - |
| XYZ | 5.89 | 3.19 | 0.69 | - |
| YUV | 38.45 | 113.64 | 174.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 10 | 13 | 0 | 0.90 | 0.88 | 0.59 | 358.09 | 0.82 | 0.22 |
| Hex | 68 | A | D | 0 | 5A | 58 | 3B | 166 | 52 | 16 |
| Octal | 150 | 12 | 15 | 0 | 132 | 130 | 73 | 546 | 122 | 26 |
| Binary | 1101000 | 1010 | 1101 | 0 | 1011010 | 1011000 | 111011 | 101100110 | 1010010 | 10110 |
Color Harmonies of #680A0D
Complementary color
Monochromatic Colors of #680A0D
Black with #680A0D
Text Example
Text Example
White with #680A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680A0D; }
p { color: rgb(104,10,13); }
H1.HeaderClassName
{
color: #680A0D;
}
.AnyTagClassName
{
color: #680A0D;
}
</style>
background-color css
<style>
a { background-color: #680A0D; }
a { background-color: rgb(104,10,13); }
div.DivClassName
{
background-color: #680A0D;
}
.BgClassName
{
background-color: #680A0D;
}
</style>
border-color css
<style>
span { border-color: #680A0D; }
span { border-color: rgb(104,10,13); }
td.TdClassName
{
border-color: #680A0D;
}
.TagClassName
{
border-color: #680A0D;
}
</style>