Shades of Pohutukawa #68091B
Tints of Pohutukawa #68091B
RGB
CMYK
RGB Variations
Color information
#68091B (or 0x68091B) is known color: Pohutukawa. HEX triplet: 68, 09 and 1B. RGB value is (104,9,27). Sum of RGB (Red+Green+Blue) = 104+9+27=140 (18% of max value = 765). Red value is 104 (41.02% from 255 or 74.29% from 140); Green value is 9 (3.91% from 255 or 6.43% from 140); Blue value is 27 (10.94% from 255 or 19.29% from 140); Max value from RGB is 104 - color contains mainly: red. Hex color #68091B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68091B is #97F6E4. Grayscale: #272727. Windows color (decimal): -9959141 or 1771880. OLE color: 1771880.
HSL color Cylindrical-coordinate representation of color #68091B: hue angle of 348.63º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #68091B is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 9 | 27 | - |
| CMYK | 0 | 0.91 | 0.74 | 0.59 |
| HSL | 348.63º | 0.84% | 0.22% | - |
| HSV(B) | 348.63º | 0.91% | 0.41% | - |
| XYZ | 6 | 3.22 | 1.34 | - |
| YUV | 39.46 | 120.97 | 174.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 9 | 27 | 0 | 0.91 | 0.74 | 0.59 | 348.63 | 0.84 | 0.22 |
| Hex | 68 | 9 | 1B | 0 | 5B | 4A | 3B | 15D | 54 | 16 |
| Octal | 150 | 11 | 33 | 0 | 133 | 112 | 73 | 535 | 124 | 26 |
| Binary | 1101000 | 1001 | 11011 | 0 | 1011011 | 1001010 | 111011 | 101011101 | 1010100 | 10110 |
Color Harmonies of #68091B
Complementary color
Monochromatic Colors of #68091B
Black with #68091B
Text Example
Text Example
White with #68091B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68091B; }
p { color: rgb(104,9,27); }
H1.HeaderClassName
{
color: #68091B;
}
.AnyTagClassName
{
color: #68091B;
}
</style>
background-color css
<style>
a { background-color: #68091B; }
a { background-color: rgb(104,9,27); }
div.DivClassName
{
background-color: #68091B;
}
.BgClassName
{
background-color: #68091B;
}
</style>
border-color css
<style>
span { border-color: #68091B; }
span { border-color: rgb(104,9,27); }
td.TdClassName
{
border-color: #68091B;
}
.TagClassName
{
border-color: #68091B;
}
</style>