Shades of Pohutukawa #68181C
Tints of Pohutukawa #68181C
RGB
CMYK
RGB Variations
Color information
#68181C (or 0x68181C) is known color: Pohutukawa. HEX triplet: 68, 18 and 1C. RGB value is (104,24,28). Sum of RGB (Red+Green+Blue) = 104+24+28=156 (20% of max value = 765). Red value is 104 (41.02% from 255 or 66.67% from 156); Green value is 24 (9.77% from 255 or 15.38% from 156); Blue value is 28 (11.33% from 255 or 17.95% from 156); Max value from RGB is 104 - color contains mainly: red. Hex color #68181C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68181C is #97E7E3. Grayscale: #303030. Windows color (decimal): -9955300 or 1841256. OLE color: 1841256.
HSL color Cylindrical-coordinate representation of color #68181C: hue angle of 357º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #68181C is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 24 | 28 | - |
| CMYK | 0 | 0.77 | 0.73 | 0.59 |
| HSL | 357º | 0.63% | 0.25% | - |
| HSV(B) | 357º | 0.77% | 0.41% | - |
| XYZ | 6.25 | 3.68 | 1.48 | - |
| YUV | 48.38 | 116.5 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 24 | 28 | 0 | 0.77 | 0.73 | 0.59 | 357 | 0.63 | 0.25 |
| Hex | 68 | 18 | 1C | 0 | 4D | 49 | 3B | 165 | 3E | 19 |
| Octal | 150 | 30 | 34 | 0 | 115 | 111 | 73 | 545 | 76 | 31 |
| Binary | 1101000 | 11000 | 11100 | 0 | 1001101 | 1001001 | 111011 | 101100101 | 111110 | 11001 |
Color Harmonies of #68181C
Complementary color
Monochromatic Colors of #68181C
Black with #68181C
Text Example
Text Example
White with #68181C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68181C; }
p { color: rgb(104,24,28); }
H1.HeaderClassName
{
color: #68181C;
}
.AnyTagClassName
{
color: #68181C;
}
</style>
background-color css
<style>
a { background-color: #68181C; }
a { background-color: rgb(104,24,28); }
div.DivClassName
{
background-color: #68181C;
}
.BgClassName
{
background-color: #68181C;
}
</style>
border-color css
<style>
span { border-color: #68181C; }
span { border-color: rgb(104,24,28); }
td.TdClassName
{
border-color: #68181C;
}
.TagClassName
{
border-color: #68181C;
}
</style>