Shades of Pohutukawa #68091C
Tints of Pohutukawa #68091C
RGB
CMYK
RGB Variations
Color information
#68091C (or 0x68091C) is known color: Pohutukawa. HEX triplet: 68, 09 and 1C. RGB value is (104,9,28). Sum of RGB (Red+Green+Blue) = 104+9+28=141 (18% of max value = 765). Red value is 104 (41.02% from 255 or 73.76% from 141); Green value is 9 (3.91% from 255 or 6.38% from 141); Blue value is 28 (11.33% from 255 or 19.86% from 141); Max value from RGB is 104 - color contains mainly: red. Hex color #68091C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68091C is #97F6E3. Grayscale: #272727. Windows color (decimal): -9959140 or 1837416. OLE color: 1837416.
HSL color Cylindrical-coordinate representation of color #68091C: hue angle of 348º 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 #68091C is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 9 | 28 | - |
| CMYK | 0 | 0.91 | 0.73 | 0.59 |
| HSL | 348º | 0.84% | 0.22% | - |
| HSV(B) | 348º | 0.91% | 0.41% | - |
| XYZ | 6.02 | 3.22 | 1.4 | - |
| YUV | 39.57 | 121.47 | 173.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 9 | 28 | 0 | 0.91 | 0.73 | 0.59 | 348 | 0.84 | 0.22 |
| Hex | 68 | 9 | 1C | 0 | 5B | 49 | 3B | 15C | 54 | 16 |
| Octal | 150 | 11 | 34 | 0 | 133 | 111 | 73 | 534 | 124 | 26 |
| Binary | 1101000 | 1001 | 11100 | 0 | 1011011 | 1001001 | 111011 | 101011100 | 1010100 | 10110 |
Color Harmonies of #68091C
Complementary color
Monochromatic Colors of #68091C
Black with #68091C
Text Example
Text Example
White with #68091C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68091C; }
p { color: rgb(104,9,28); }
H1.HeaderClassName
{
color: #68091C;
}
.AnyTagClassName
{
color: #68091C;
}
</style>
background-color css
<style>
a { background-color: #68091C; }
a { background-color: rgb(104,9,28); }
div.DivClassName
{
background-color: #68091C;
}
.BgClassName
{
background-color: #68091C;
}
</style>
border-color css
<style>
span { border-color: #68091C; }
span { border-color: rgb(104,9,28); }
td.TdClassName
{
border-color: #68091C;
}
.TagClassName
{
border-color: #68091C;
}
</style>