Shades of Pohutukawa #68191C
Tints of Pohutukawa #68191C
RGB
CMYK
RGB Variations
Color information
#68191C (or 0x68191C) is known color: Pohutukawa. HEX triplet: 68, 19 and 1C. RGB value is (104,25,28). Sum of RGB (Red+Green+Blue) = 104+25+28=157 (20% of max value = 765). Red value is 104 (41.02% from 255 or 66.24% from 157); Green value is 25 (10.16% from 255 or 15.92% from 157); Blue value is 28 (11.33% from 255 or 17.83% from 157); Max value from RGB is 104 - color contains mainly: red. Hex color #68191C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68191C is #97E6E3. Grayscale: #313131. Windows color (decimal): -9955044 or 1841512. OLE color: 1841512.
HSL color Cylindrical-coordinate representation of color #68191C: hue angle of 357.72º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #68191C is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 25 | 28 | - |
| CMYK | 0 | 0.76 | 0.73 | 0.59 |
| HSL | 357.72º | 0.61% | 0.25% | - |
| HSV(B) | 357.72º | 0.76% | 0.41% | - |
| XYZ | 6.27 | 3.72 | 1.49 | - |
| YUV | 48.96 | 116.17 | 167.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 25 | 28 | 0 | 0.76 | 0.73 | 0.59 | 357.72 | 0.61 | 0.25 |
| Hex | 68 | 19 | 1C | 0 | 4C | 49 | 3B | 166 | 3D | 19 |
| Octal | 150 | 31 | 34 | 0 | 114 | 111 | 73 | 546 | 75 | 31 |
| Binary | 1101000 | 11001 | 11100 | 0 | 1001100 | 1001001 | 111011 | 101100110 | 111101 | 11001 |
Color Harmonies of #68191C
Complementary color
Monochromatic Colors of #68191C
Black with #68191C
Text Example
Text Example
White with #68191C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68191C; }
p { color: rgb(104,25,28); }
H1.HeaderClassName
{
color: #68191C;
}
.AnyTagClassName
{
color: #68191C;
}
</style>
background-color css
<style>
a { background-color: #68191C; }
a { background-color: rgb(104,25,28); }
div.DivClassName
{
background-color: #68191C;
}
.BgClassName
{
background-color: #68191C;
}
</style>
border-color css
<style>
span { border-color: #68191C; }
span { border-color: rgb(104,25,28); }
td.TdClassName
{
border-color: #68191C;
}
.TagClassName
{
border-color: #68191C;
}
</style>