Shades of Pohutukawa #681F29
Tints of Pohutukawa #681F29
RGB
CMYK
RGB Variations
Color information
#681F29 (or 0x681F29) is known color: Pohutukawa. HEX triplet: 68, 1F and 29. RGB value is (104,31,41). Sum of RGB (Red+Green+Blue) = 104+31+41=176 (23% of max value = 765). Red value is 104 (41.02% from 255 or 59.09% from 176); Green value is 31 (12.5% from 255 or 17.61% from 176); Blue value is 41 (16.41% from 255 or 23.30% from 176); Max value from RGB is 104 - color contains mainly: red. Hex color #681F29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681F29 is #97E0D6. Grayscale: #353535. Windows color (decimal): -9953495 or 2695016. OLE color: 2695016.
HSL color Cylindrical-coordinate representation of color #681F29: hue angle of 351.78º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #681F29 is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 31 | 41 | - |
| CMYK | 0 | 0.70 | 0.61 | 0.59 |
| HSL | 351.78º | 0.54% | 0.26% | - |
| HSV(B) | 351.78º | 0.7% | 0.41% | - |
| XYZ | 6.6 | 4.08 | 2.54 | - |
| YUV | 53.97 | 120.68 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 31 | 41 | 0 | 0.70 | 0.61 | 0.59 | 351.78 | 0.54 | 0.26 |
| Hex | 68 | 1F | 29 | 0 | 46 | 3D | 3B | 160 | 36 | 1A |
| Octal | 150 | 37 | 51 | 0 | 106 | 75 | 73 | 540 | 66 | 32 |
| Binary | 1101000 | 11111 | 101001 | 0 | 1000110 | 111101 | 111011 | 101100000 | 110110 | 11010 |
Color Harmonies of #681F29
Complementary color
Monochromatic Colors of #681F29
Black with #681F29
Text Example
Text Example
White with #681F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681F29; }
p { color: rgb(104,31,41); }
H1.HeaderClassName
{
color: #681F29;
}
.AnyTagClassName
{
color: #681F29;
}
</style>
background-color css
<style>
a { background-color: #681F29; }
a { background-color: rgb(104,31,41); }
div.DivClassName
{
background-color: #681F29;
}
.BgClassName
{
background-color: #681F29;
}
</style>
border-color css
<style>
span { border-color: #681F29; }
span { border-color: rgb(104,31,41); }
td.TdClassName
{
border-color: #681F29;
}
.TagClassName
{
border-color: #681F29;
}
</style>