Shades of Pohutukawa #68121B
Tints of Pohutukawa #68121B
RGB
CMYK
RGB Variations
Color information
#68121B (or 0x68121B) is known color: Pohutukawa. HEX triplet: 68, 12 and 1B. RGB value is (104,18,27). Sum of RGB (Red+Green+Blue) = 104+18+27=149 (19% of max value = 765). Red value is 104 (41.02% from 255 or 69.80% from 149); Green value is 18 (7.42% from 255 or 12.08% from 149); Blue value is 27 (10.94% from 255 or 18.12% from 149); Max value from RGB is 104 - color contains mainly: red. Hex color #68121B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68121B is #97EDE4. Grayscale: #2C2C2C. Windows color (decimal): -9956837 or 1774184. OLE color: 1774184.
HSL color Cylindrical-coordinate representation of color #68121B: hue angle of 353.72º 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 #68121B is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 18 | 27 | - |
| CMYK | 0 | 0.83 | 0.74 | 0.59 |
| HSL | 353.72º | 0.7% | 0.24% | - |
| HSV(B) | 353.72º | 0.83% | 0.41% | - |
| XYZ | 6.12 | 3.45 | 1.38 | - |
| YUV | 44.74 | 117.99 | 170.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 18 | 27 | 0 | 0.83 | 0.74 | 0.59 | 353.72 | 0.7 | 0.24 |
| Hex | 68 | 12 | 1B | 0 | 53 | 4A | 3B | 162 | 46 | 18 |
| Octal | 150 | 22 | 33 | 0 | 123 | 112 | 73 | 542 | 106 | 30 |
| Binary | 1101000 | 10010 | 11011 | 0 | 1010011 | 1001010 | 111011 | 101100010 | 1000110 | 11000 |
Color Harmonies of #68121B
Complementary color
Monochromatic Colors of #68121B
Black with #68121B
Text Example
Text Example
White with #68121B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68121B; }
p { color: rgb(104,18,27); }
H1.HeaderClassName
{
color: #68121B;
}
.AnyTagClassName
{
color: #68121B;
}
</style>
background-color css
<style>
a { background-color: #68121B; }
a { background-color: rgb(104,18,27); }
div.DivClassName
{
background-color: #68121B;
}
.BgClassName
{
background-color: #68121B;
}
</style>
border-color css
<style>
span { border-color: #68121B; }
span { border-color: rgb(104,18,27); }
td.TdClassName
{
border-color: #68121B;
}
.TagClassName
{
border-color: #68121B;
}
</style>