Shades of Pohutukawa #68101D
Tints of Pohutukawa #68101D
RGB
CMYK
RGB Variations
Color information
#68101D (or 0x68101D) is known color: Pohutukawa. HEX triplet: 68, 10 and 1D. RGB value is (104,16,29). Sum of RGB (Red+Green+Blue) = 104+16+29=149 (19% of max value = 765). Red value is 104 (41.02% from 255 or 69.80% from 149); Green value is 16 (6.64% from 255 or 10.74% from 149); Blue value is 29 (11.72% from 255 or 19.46% from 149); Max value from RGB is 104 - color contains mainly: red. Hex color #68101D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68101D is #97EFE2. Grayscale: #2B2B2B. Windows color (decimal): -9957347 or 1904744. OLE color: 1904744.
HSL color Cylindrical-coordinate representation of color #68101D: hue angle of 351.14º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #68101D is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 16 | 29 | - |
| CMYK | 0 | 0.85 | 0.72 | 0.59 |
| HSL | 351.14º | 0.73% | 0.24% | - |
| HSV(B) | 351.14º | 0.85% | 0.41% | - |
| XYZ | 6.12 | 3.4 | 1.5 | - |
| YUV | 43.79 | 119.65 | 170.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 16 | 29 | 0 | 0.85 | 0.72 | 0.59 | 351.14 | 0.73 | 0.24 |
| Hex | 68 | 10 | 1D | 0 | 55 | 48 | 3B | 15F | 49 | 18 |
| Octal | 150 | 20 | 35 | 0 | 125 | 110 | 73 | 537 | 111 | 30 |
| Binary | 1101000 | 10000 | 11101 | 0 | 1010101 | 1001000 | 111011 | 101011111 | 1001001 | 11000 |
Color Harmonies of #68101D
Complementary color
Monochromatic Colors of #68101D
Black with #68101D
Text Example
Text Example
White with #68101D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68101D; }
p { color: rgb(104,16,29); }
H1.HeaderClassName
{
color: #68101D;
}
.AnyTagClassName
{
color: #68101D;
}
</style>
background-color css
<style>
a { background-color: #68101D; }
a { background-color: rgb(104,16,29); }
div.DivClassName
{
background-color: #68101D;
}
.BgClassName
{
background-color: #68101D;
}
</style>
border-color css
<style>
span { border-color: #68101D; }
span { border-color: rgb(104,16,29); }
td.TdClassName
{
border-color: #68101D;
}
.TagClassName
{
border-color: #68101D;
}
</style>