Shades of Pohutukawa #68181D
Tints of Pohutukawa #68181D
RGB
CMYK
RGB Variations
Color information
#68181D (or 0x68181D) is known color: Pohutukawa. HEX triplet: 68, 18 and 1D. RGB value is (104,24,29). Sum of RGB (Red+Green+Blue) = 104+24+29=157 (20% of max value = 765). Red value is 104 (41.02% from 255 or 66.24% from 157); Green value is 24 (9.77% from 255 or 15.29% from 157); Blue value is 29 (11.72% from 255 or 18.47% from 157); Max value from RGB is 104 - color contains mainly: red. Hex color #68181D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68181D is #97E7E2. Grayscale: #303030. Windows color (decimal): -9955299 or 1906792. OLE color: 1906792.
HSL color Cylindrical-coordinate representation of color #68181D: hue angle of 356.25º 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 #68181D is Cyan = 0, Magento = 0.77, Yellow = 0.72 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 24 | 29 | - |
| CMYK | 0 | 0.77 | 0.72 | 0.59 |
| HSL | 356.25º | 0.63% | 0.25% | - |
| HSV(B) | 356.25º | 0.77% | 0.41% | - |
| XYZ | 6.26 | 3.69 | 1.54 | - |
| YUV | 48.49 | 117 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 24 | 29 | 0 | 0.77 | 0.72 | 0.59 | 356.25 | 0.63 | 0.25 |
| Hex | 68 | 18 | 1D | 0 | 4D | 48 | 3B | 164 | 3E | 19 |
| Octal | 150 | 30 | 35 | 0 | 115 | 110 | 73 | 544 | 76 | 31 |
| Binary | 1101000 | 11000 | 11101 | 0 | 1001101 | 1001000 | 111011 | 101100100 | 111110 | 11001 |
Color Harmonies of #68181D
Complementary color
Monochromatic Colors of #68181D
Black with #68181D
Text Example
Text Example
White with #68181D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68181D; }
p { color: rgb(104,24,29); }
H1.HeaderClassName
{
color: #68181D;
}
.AnyTagClassName
{
color: #68181D;
}
</style>
background-color css
<style>
a { background-color: #68181D; }
a { background-color: rgb(104,24,29); }
div.DivClassName
{
background-color: #68181D;
}
.BgClassName
{
background-color: #68181D;
}
</style>
border-color css
<style>
span { border-color: #68181D; }
span { border-color: rgb(104,24,29); }
td.TdClassName
{
border-color: #68181D;
}
.TagClassName
{
border-color: #68181D;
}
</style>