Shades of Pohutukawa #680D20
Tints of Pohutukawa #680D20
RGB
CMYK
RGB Variations
Color information
#680D20 (or 0x680D20) is known color: Pohutukawa. HEX triplet: 68, 0D and 20. RGB value is (104,13,32). Sum of RGB (Red+Green+Blue) = 104+13+32=149 (19% of max value = 765). Red value is 104 (41.02% from 255 or 69.80% from 149); Green value is 13 (5.47% from 255 or 8.72% from 149); Blue value is 32 (12.89% from 255 or 21.48% from 149); Max value from RGB is 104 - color contains mainly: red. Hex color #680D20 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680D20 is #97F2DF. Grayscale: #2A2A2A. Windows color (decimal): -9958112 or 2100584. OLE color: 2100584.
HSL color Cylindrical-coordinate representation of color #680D20: hue angle of 347.47º 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 #680D20 is Cyan = 0, Magento = 0.88, Yellow = 0.69 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 13 | 32 | - |
| CMYK | 0 | 0.88 | 0.69 | 0.59 |
| HSL | 347.47º | 0.78% | 0.23% | - |
| HSV(B) | 347.47º | 0.88% | 0.41% | - |
| XYZ | 6.11 | 3.34 | 1.69 | - |
| YUV | 42.38 | 122.15 | 171.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 13 | 32 | 0 | 0.88 | 0.69 | 0.59 | 347.47 | 0.78 | 0.23 |
| Hex | 68 | D | 20 | 0 | 58 | 45 | 3B | 15B | 4E | 17 |
| Octal | 150 | 15 | 40 | 0 | 130 | 105 | 73 | 533 | 116 | 27 |
| Binary | 1101000 | 1101 | 100000 | 0 | 1011000 | 1000101 | 111011 | 101011011 | 1001110 | 10111 |
Color Harmonies of #680D20
Complementary color
Monochromatic Colors of #680D20
Black with #680D20
Text Example
Text Example
White with #680D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680D20; }
p { color: rgb(104,13,32); }
H1.HeaderClassName
{
color: #680D20;
}
.AnyTagClassName
{
color: #680D20;
}
</style>
background-color css
<style>
a { background-color: #680D20; }
a { background-color: rgb(104,13,32); }
div.DivClassName
{
background-color: #680D20;
}
.BgClassName
{
background-color: #680D20;
}
</style>
border-color css
<style>
span { border-color: #680D20; }
span { border-color: rgb(104,13,32); }
td.TdClassName
{
border-color: #680D20;
}
.TagClassName
{
border-color: #680D20;
}
</style>