Shades of Pohutukawa #68182A
Tints of Pohutukawa #68182A
RGB
CMYK
RGB Variations
Color information
#68182A (or 0x68182A) is known color: Pohutukawa. HEX triplet: 68, 18 and 2A. RGB value is (104,24,42). Sum of RGB (Red+Green+Blue) = 104+24+42=170 (22% of max value = 765). Red value is 104 (41.02% from 255 or 61.18% from 170); Green value is 24 (9.77% from 255 or 14.12% from 170); Blue value is 42 (16.80% from 255 or 24.71% from 170); Max value from RGB is 104 - color contains mainly: red. Hex color #68182A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68182A is #97E7D5. Grayscale: #313131. Windows color (decimal): -9955286 or 2758760. OLE color: 2758760.
HSL color Cylindrical-coordinate representation of color #68182A: hue angle of 346.5º 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 #68182A is Cyan = 0, Magento = 0.77, Yellow = 0.60 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 24 | 42 | - |
| CMYK | 0 | 0.77 | 0.60 | 0.59 |
| HSL | 346.5º | 0.63% | 0.25% | - |
| HSV(B) | 346.5º | 0.77% | 0.41% | - |
| XYZ | 6.45 | 3.76 | 2.58 | - |
| YUV | 49.97 | 123.5 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 24 | 42 | 0 | 0.77 | 0.60 | 0.59 | 346.5 | 0.63 | 0.25 |
| Hex | 68 | 18 | 2A | 0 | 4D | 3C | 3B | 15A | 3E | 19 |
| Octal | 150 | 30 | 52 | 0 | 115 | 74 | 73 | 532 | 76 | 31 |
| Binary | 1101000 | 11000 | 101010 | 0 | 1001101 | 111100 | 111011 | 101011010 | 111110 | 11001 |
Color Harmonies of #68182A
Complementary color
Monochromatic Colors of #68182A
Black with #68182A
Text Example
Text Example
White with #68182A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68182A; }
p { color: rgb(104,24,42); }
H1.HeaderClassName
{
color: #68182A;
}
.AnyTagClassName
{
color: #68182A;
}
</style>
background-color css
<style>
a { background-color: #68182A; }
a { background-color: rgb(104,24,42); }
div.DivClassName
{
background-color: #68182A;
}
.BgClassName
{
background-color: #68182A;
}
</style>
border-color css
<style>
span { border-color: #68182A; }
span { border-color: rgb(104,24,42); }
td.TdClassName
{
border-color: #68182A;
}
.TagClassName
{
border-color: #68182A;
}
</style>