Shades of Pohutukawa #68081D
Tints of Pohutukawa #68081D
RGB
CMYK
RGB Variations
Color information
#68081D (or 0x68081D) is known color: Pohutukawa. HEX triplet: 68, 08 and 1D. RGB value is (104,8,29). Sum of RGB (Red+Green+Blue) = 104+8+29=141 (18% of max value = 765). Red value is 104 (41.02% from 255 or 73.76% from 141); Green value is 8 (3.52% from 255 or 5.67% from 141); Blue value is 29 (11.72% from 255 or 20.57% from 141); Max value from RGB is 104 - color contains mainly: red. Hex color #68081D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68081D is #97F7E2. Grayscale: #272727. Windows color (decimal): -9959395 or 1902696. OLE color: 1902696.
HSL color Cylindrical-coordinate representation of color #68081D: hue angle of 346.88º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #68081D is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 8 | 29 | - |
| CMYK | 0 | 0.92 | 0.72 | 0.59 |
| HSL | 346.88º | 0.86% | 0.22% | - |
| HSV(B) | 346.88º | 0.92% | 0.41% | - |
| XYZ | 6.02 | 3.21 | 1.46 | - |
| YUV | 39.1 | 122.3 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 8 | 29 | 0 | 0.92 | 0.72 | 0.59 | 346.88 | 0.86 | 0.22 |
| Hex | 68 | 8 | 1D | 0 | 5C | 48 | 3B | 15B | 56 | 16 |
| Octal | 150 | 10 | 35 | 0 | 134 | 110 | 73 | 533 | 126 | 26 |
| Binary | 1101000 | 1000 | 11101 | 0 | 1011100 | 1001000 | 111011 | 101011011 | 1010110 | 10110 |
Color Harmonies of #68081D
Complementary color
Monochromatic Colors of #68081D
Black with #68081D
Text Example
Text Example
White with #68081D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68081D; }
p { color: rgb(104,8,29); }
H1.HeaderClassName
{
color: #68081D;
}
.AnyTagClassName
{
color: #68081D;
}
</style>
background-color css
<style>
a { background-color: #68081D; }
a { background-color: rgb(104,8,29); }
div.DivClassName
{
background-color: #68081D;
}
.BgClassName
{
background-color: #68081D;
}
</style>
border-color css
<style>
span { border-color: #68081D; }
span { border-color: rgb(104,8,29); }
td.TdClassName
{
border-color: #68081D;
}
.TagClassName
{
border-color: #68081D;
}
</style>