Shades of Pohutukawa #681F26
Tints of Pohutukawa #681F26
RGB
CMYK
RGB Variations
Color information
#681F26 (or 0x681F26) is known color: Pohutukawa. HEX triplet: 68, 1F and 26. RGB value is (104,31,38). Sum of RGB (Red+Green+Blue) = 104+31+38=173 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.12% from 173); Green value is 31 (12.5% from 255 or 17.92% from 173); Blue value is 38 (15.23% from 255 or 21.97% from 173); Max value from RGB is 104 - color contains mainly: red. Hex color #681F26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681F26 is #97E0D9. Grayscale: #353535. Windows color (decimal): -9953498 or 2498408. OLE color: 2498408.
HSL color Cylindrical-coordinate representation of color #681F26: hue angle of 354.25º 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 #681F26 is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 31 | 38 | - |
| CMYK | 0 | 0.70 | 0.63 | 0.59 |
| HSL | 354.25º | 0.54% | 0.26% | - |
| HSV(B) | 354.25º | 0.7% | 0.41% | - |
| XYZ | 6.55 | 4.06 | 2.27 | - |
| YUV | 53.63 | 119.18 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 31 | 38 | 0 | 0.70 | 0.63 | 0.59 | 354.25 | 0.54 | 0.26 |
| Hex | 68 | 1F | 26 | 0 | 46 | 3F | 3B | 162 | 36 | 1A |
| Octal | 150 | 37 | 46 | 0 | 106 | 77 | 73 | 542 | 66 | 32 |
| Binary | 1101000 | 11111 | 100110 | 0 | 1000110 | 111111 | 111011 | 101100010 | 110110 | 11010 |
Color Harmonies of #681F26
Complementary color
Monochromatic Colors of #681F26
Black with #681F26
Text Example
Text Example
White with #681F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681F26; }
p { color: rgb(104,31,38); }
H1.HeaderClassName
{
color: #681F26;
}
.AnyTagClassName
{
color: #681F26;
}
</style>
background-color css
<style>
a { background-color: #681F26; }
a { background-color: rgb(104,31,38); }
div.DivClassName
{
background-color: #681F26;
}
.BgClassName
{
background-color: #681F26;
}
</style>
border-color css
<style>
span { border-color: #681F26; }
span { border-color: rgb(104,31,38); }
td.TdClassName
{
border-color: #681F26;
}
.TagClassName
{
border-color: #681F26;
}
</style>