Shades of Pohutukawa #68121D
Tints of Pohutukawa #68121D
RGB
CMYK
RGB Variations
Color information
#68121D (or 0x68121D) is known color: Pohutukawa. HEX triplet: 68, 12 and 1D. RGB value is (104,18,29). Sum of RGB (Red+Green+Blue) = 104+18+29=151 (20% of max value = 765). Red value is 104 (41.02% from 255 or 68.87% from 151); Green value is 18 (7.42% from 255 or 11.92% from 151); Blue value is 29 (11.72% from 255 or 19.21% from 151); Max value from RGB is 104 - color contains mainly: red. Hex color #68121D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68121D is #97EDE2. Grayscale: #2D2D2D. Windows color (decimal): -9956835 or 1905256. OLE color: 1905256.
HSL color Cylindrical-coordinate representation of color #68121D: hue angle of 352.33º 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 #68121D is Cyan = 0, Magento = 0.83, Yellow = 0.72 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 18 | 29 | - |
| CMYK | 0 | 0.83 | 0.72 | 0.59 |
| HSL | 352.33º | 0.7% | 0.24% | - |
| HSV(B) | 352.33º | 0.83% | 0.41% | - |
| XYZ | 6.15 | 3.46 | 1.51 | - |
| YUV | 44.97 | 118.99 | 170.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 18 | 29 | 0 | 0.83 | 0.72 | 0.59 | 352.33 | 0.7 | 0.24 |
| Hex | 68 | 12 | 1D | 0 | 53 | 48 | 3B | 160 | 46 | 18 |
| Octal | 150 | 22 | 35 | 0 | 123 | 110 | 73 | 540 | 106 | 30 |
| Binary | 1101000 | 10010 | 11101 | 0 | 1010011 | 1001000 | 111011 | 101100000 | 1000110 | 11000 |
Color Harmonies of #68121D
Complementary color
Monochromatic Colors of #68121D
Black with #68121D
Text Example
Text Example
White with #68121D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68121D; }
p { color: rgb(104,18,29); }
H1.HeaderClassName
{
color: #68121D;
}
.AnyTagClassName
{
color: #68121D;
}
</style>
background-color css
<style>
a { background-color: #68121D; }
a { background-color: rgb(104,18,29); }
div.DivClassName
{
background-color: #68121D;
}
.BgClassName
{
background-color: #68121D;
}
</style>
border-color css
<style>
span { border-color: #68121D; }
span { border-color: rgb(104,18,29); }
td.TdClassName
{
border-color: #68121D;
}
.TagClassName
{
border-color: #68121D;
}
</style>