Shades of Pohutukawa #68122B
Tints of Pohutukawa #68122B
RGB
CMYK
RGB Variations
Color information
#68122B (or 0x68122B) is known color: Pohutukawa. HEX triplet: 68, 12 and 2B. RGB value is (104,18,43). Sum of RGB (Red+Green+Blue) = 104+18+43=165 (21% of max value = 765). Red value is 104 (41.02% from 255 or 63.03% from 165); Green value is 18 (7.42% from 255 or 10.91% from 165); Blue value is 43 (17.19% from 255 or 26.06% from 165); Max value from RGB is 104 - color contains mainly: red. Hex color #68122B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68122B is #97EDD4. Grayscale: #2E2E2E. Windows color (decimal): -9956821 or 2822760. OLE color: 2822760.
HSL color Cylindrical-coordinate representation of color #68122B: hue angle of 342.56º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #68122B is Cyan = 0, Magento = 0.83, Yellow = 0.59 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 18 | 43 | - |
| CMYK | 0 | 0.83 | 0.59 | 0.59 |
| HSL | 342.56º | 0.7% | 0.24% | - |
| HSV(B) | 342.56º | 0.83% | 0.41% | - |
| XYZ | 6.36 | 3.55 | 2.64 | - |
| YUV | 46.56 | 125.99 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 18 | 43 | 0 | 0.83 | 0.59 | 0.59 | 342.56 | 0.7 | 0.24 |
| Hex | 68 | 12 | 2B | 0 | 53 | 3B | 3B | 157 | 46 | 18 |
| Octal | 150 | 22 | 53 | 0 | 123 | 73 | 73 | 527 | 106 | 30 |
| Binary | 1101000 | 10010 | 101011 | 0 | 1010011 | 111011 | 111011 | 101010111 | 1000110 | 11000 |
Color Harmonies of #68122B
Complementary color
Monochromatic Colors of #68122B
Black with #68122B
Text Example
Text Example
White with #68122B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68122B; }
p { color: rgb(104,18,43); }
H1.HeaderClassName
{
color: #68122B;
}
.AnyTagClassName
{
color: #68122B;
}
</style>
background-color css
<style>
a { background-color: #68122B; }
a { background-color: rgb(104,18,43); }
div.DivClassName
{
background-color: #68122B;
}
.BgClassName
{
background-color: #68122B;
}
</style>
border-color css
<style>
span { border-color: #68122B; }
span { border-color: rgb(104,18,43); }
td.TdClassName
{
border-color: #68122B;
}
.TagClassName
{
border-color: #68122B;
}
</style>