Shades of Pohutukawa #680A2B
Tints of Pohutukawa #680A2B
RGB
CMYK
RGB Variations
Color information
#680A2B (or 0x680A2B) is known color: Pohutukawa. HEX triplet: 68, 0A and 2B. RGB value is (104,10,43). Sum of RGB (Red+Green+Blue) = 104+10+43=157 (20% of max value = 765). Red value is 104 (41.02% from 255 or 66.24% from 157); Green value is 10 (4.30% from 255 or 6.37% from 157); Blue value is 43 (17.19% from 255 or 27.39% from 157); Max value from RGB is 104 - color contains mainly: red. Hex color #680A2B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680A2B is #97F5D4. Grayscale: #292929. Windows color (decimal): -9958869 or 2820712. OLE color: 2820712.
HSL color Cylindrical-coordinate representation of color #680A2B: hue angle of 338.94º 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 #680A2B is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 10 | 43 | - |
| CMYK | 0 | 0.90 | 0.59 | 0.59 |
| HSL | 338.94º | 0.82% | 0.22% | - |
| HSV(B) | 338.94º | 0.9% | 0.41% | - |
| XYZ | 6.25 | 3.33 | 2.6 | - |
| YUV | 41.87 | 128.64 | 172.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 10 | 43 | 0 | 0.90 | 0.59 | 0.59 | 338.94 | 0.82 | 0.22 |
| Hex | 68 | A | 2B | 0 | 5A | 3B | 3B | 153 | 52 | 16 |
| Octal | 150 | 12 | 53 | 0 | 132 | 73 | 73 | 523 | 122 | 26 |
| Binary | 1101000 | 1010 | 101011 | 0 | 1011010 | 111011 | 111011 | 101010011 | 1010010 | 10110 |
Color Harmonies of #680A2B
Complementary color
Monochromatic Colors of #680A2B
Black with #680A2B
Text Example
Text Example
White with #680A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680A2B; }
p { color: rgb(104,10,43); }
H1.HeaderClassName
{
color: #680A2B;
}
.AnyTagClassName
{
color: #680A2B;
}
</style>
background-color css
<style>
a { background-color: #680A2B; }
a { background-color: rgb(104,10,43); }
div.DivClassName
{
background-color: #680A2B;
}
.BgClassName
{
background-color: #680A2B;
}
</style>
border-color css
<style>
span { border-color: #680A2B; }
span { border-color: rgb(104,10,43); }
td.TdClassName
{
border-color: #680A2B;
}
.TagClassName
{
border-color: #680A2B;
}
</style>