Shades of Pohutukawa #680C2D
Tints of Pohutukawa #680C2D
RGB
CMYK
RGB Variations
Color information
#680C2D (or 0x680C2D) is known color: Pohutukawa. HEX triplet: 68, 0C and 2D. RGB value is (104,12,45). Sum of RGB (Red+Green+Blue) = 104+12+45=161 (21% of max value = 765). Red value is 104 (41.02% from 255 or 64.60% from 161); Green value is 12 (5.08% from 255 or 7.45% from 161); Blue value is 45 (17.97% from 255 or 27.95% from 161); Max value from RGB is 104 - color contains mainly: red. Hex color #680C2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680C2D is #97F3D2. Grayscale: #2B2B2B. Windows color (decimal): -9958355 or 2952296. OLE color: 2952296.
HSL color Cylindrical-coordinate representation of color #680C2D: hue angle of 338.48º 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 #680C2D is Cyan = 0, Magento = 0.88, Yellow = 0.57 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 12 | 45 | - |
| CMYK | 0 | 0.88 | 0.57 | 0.59 |
| HSL | 338.48º | 0.79% | 0.23% | - |
| HSV(B) | 338.48º | 0.88% | 0.41% | - |
| XYZ | 6.31 | 3.4 | 2.81 | - |
| YUV | 43.27 | 128.98 | 171.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 12 | 45 | 0 | 0.88 | 0.57 | 0.59 | 338.48 | 0.79 | 0.23 |
| Hex | 68 | C | 2D | 0 | 58 | 39 | 3B | 152 | 4F | 17 |
| Octal | 150 | 14 | 55 | 0 | 130 | 71 | 73 | 522 | 117 | 27 |
| Binary | 1101000 | 1100 | 101101 | 0 | 1011000 | 111001 | 111011 | 101010010 | 1001111 | 10111 |
Color Harmonies of #680C2D
Complementary color
Monochromatic Colors of #680C2D
Black with #680C2D
Text Example
Text Example
White with #680C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680C2D; }
p { color: rgb(104,12,45); }
H1.HeaderClassName
{
color: #680C2D;
}
.AnyTagClassName
{
color: #680C2D;
}
</style>
background-color css
<style>
a { background-color: #680C2D; }
a { background-color: rgb(104,12,45); }
div.DivClassName
{
background-color: #680C2D;
}
.BgClassName
{
background-color: #680C2D;
}
</style>
border-color css
<style>
span { border-color: #680C2D; }
span { border-color: rgb(104,12,45); }
td.TdClassName
{
border-color: #680C2D;
}
.TagClassName
{
border-color: #680C2D;
}
</style>