Shades of Pohutukawa #680C29
Tints of Pohutukawa #680C29
RGB
CMYK
RGB Variations
Color information
#680C29 (or 0x680C29) is known color: Pohutukawa. HEX triplet: 68, 0C and 29. RGB value is (104,12,41). Sum of RGB (Red+Green+Blue) = 104+12+41=157 (20% of max value = 765). Red value is 104 (41.02% from 255 or 66.24% from 157); Green value is 12 (5.08% from 255 or 7.64% from 157); Blue value is 41 (16.41% from 255 or 26.11% from 157); Max value from RGB is 104 - color contains mainly: red. Hex color #680C29 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680C29 is #97F3D6. Grayscale: #2A2A2A. Windows color (decimal): -9958359 or 2690152. OLE color: 2690152.
HSL color Cylindrical-coordinate representation of color #680C29: hue angle of 341.09º degrees, saturation: 0.79, 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 #680C29 is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 12 | 41 | - |
| CMYK | 0 | 0.88 | 0.61 | 0.59 |
| HSL | 341.09º | 0.79% | 0.23% | - |
| HSV(B) | 341.09º | 0.88% | 0.41% | - |
| XYZ | 6.24 | 3.37 | 2.42 | - |
| YUV | 42.81 | 126.98 | 171.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 12 | 41 | 0 | 0.88 | 0.61 | 0.59 | 341.09 | 0.79 | 0.23 |
| Hex | 68 | C | 29 | 0 | 58 | 3D | 3B | 155 | 4F | 17 |
| Octal | 150 | 14 | 51 | 0 | 130 | 75 | 73 | 525 | 117 | 27 |
| Binary | 1101000 | 1100 | 101001 | 0 | 1011000 | 111101 | 111011 | 101010101 | 1001111 | 10111 |
Color Harmonies of #680C29
Complementary color
Monochromatic Colors of #680C29
Black with #680C29
Text Example
Text Example
White with #680C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680C29; }
p { color: rgb(104,12,41); }
H1.HeaderClassName
{
color: #680C29;
}
.AnyTagClassName
{
color: #680C29;
}
</style>
background-color css
<style>
a { background-color: #680C29; }
a { background-color: rgb(104,12,41); }
div.DivClassName
{
background-color: #680C29;
}
.BgClassName
{
background-color: #680C29;
}
</style>
border-color css
<style>
span { border-color: #680C29; }
span { border-color: rgb(104,12,41); }
td.TdClassName
{
border-color: #680C29;
}
.TagClassName
{
border-color: #680C29;
}
</style>