Shades of Pohutukawa #680F1B
Tints of Pohutukawa #680F1B
RGB
CMYK
RGB Variations
Color information
#680F1B (or 0x680F1B) is known color: Pohutukawa. HEX triplet: 68, 0F and 1B. RGB value is (104,15,27). Sum of RGB (Red+Green+Blue) = 104+15+27=146 (19% of max value = 765). Red value is 104 (41.02% from 255 or 71.23% from 146); Green value is 15 (6.25% from 255 or 10.27% from 146); Blue value is 27 (10.94% from 255 or 18.49% from 146); Max value from RGB is 104 - color contains mainly: red. Hex color #680F1B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680F1B is #97F0E4. Grayscale: #2B2B2B. Windows color (decimal): -9957605 or 1773416. OLE color: 1773416.
HSL color Cylindrical-coordinate representation of color #680F1B: hue angle of 351.91º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #680F1B is Cyan = 0, Magento = 0.86, Yellow = 0.74 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 15 | 27 | - |
| CMYK | 0 | 0.86 | 0.74 | 0.59 |
| HSL | 351.91º | 0.75% | 0.23% | - |
| HSV(B) | 351.91º | 0.86% | 0.41% | - |
| XYZ | 6.08 | 3.36 | 1.37 | - |
| YUV | 42.98 | 118.99 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 15 | 27 | 0 | 0.86 | 0.74 | 0.59 | 351.91 | 0.75 | 0.23 |
| Hex | 68 | F | 1B | 0 | 56 | 4A | 3B | 160 | 4B | 17 |
| Octal | 150 | 17 | 33 | 0 | 126 | 112 | 73 | 540 | 113 | 27 |
| Binary | 1101000 | 1111 | 11011 | 0 | 1010110 | 1001010 | 111011 | 101100000 | 1001011 | 10111 |
Color Harmonies of #680F1B
Complementary color
Monochromatic Colors of #680F1B
Black with #680F1B
Text Example
Text Example
White with #680F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680F1B; }
p { color: rgb(104,15,27); }
H1.HeaderClassName
{
color: #680F1B;
}
.AnyTagClassName
{
color: #680F1B;
}
</style>
background-color css
<style>
a { background-color: #680F1B; }
a { background-color: rgb(104,15,27); }
div.DivClassName
{
background-color: #680F1B;
}
.BgClassName
{
background-color: #680F1B;
}
</style>
border-color css
<style>
span { border-color: #680F1B; }
span { border-color: rgb(104,15,27); }
td.TdClassName
{
border-color: #680F1B;
}
.TagClassName
{
border-color: #680F1B;
}
</style>