Shades of Pohutukawa #681F25
Tints of Pohutukawa #681F25
RGB
CMYK
RGB Variations
Color information
#681F25 (or 0x681F25) is known color: Pohutukawa. HEX triplet: 68, 1F and 25. RGB value is (104,31,37). Sum of RGB (Red+Green+Blue) = 104+31+37=172 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.47% from 172); Green value is 31 (12.5% from 255 or 18.02% from 172); Blue value is 37 (14.84% from 255 or 21.51% from 172); Max value from RGB is 104 - color contains mainly: red. Hex color #681F25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681F25 is #97E0DA. Grayscale: #353535. Windows color (decimal): -9953499 or 2432872. OLE color: 2432872.
HSL color Cylindrical-coordinate representation of color #681F25: hue angle of 355.07º 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 #681F25 is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 31 | 37 | - |
| CMYK | 0 | 0.70 | 0.64 | 0.59 |
| HSL | 355.07º | 0.54% | 0.26% | - |
| HSV(B) | 355.07º | 0.7% | 0.41% | - |
| XYZ | 6.53 | 4.06 | 2.19 | - |
| YUV | 53.51 | 118.68 | 164.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 31 | 37 | 0 | 0.70 | 0.64 | 0.59 | 355.07 | 0.54 | 0.26 |
| Hex | 68 | 1F | 25 | 0 | 46 | 40 | 3B | 163 | 36 | 1A |
| Octal | 150 | 37 | 45 | 0 | 106 | 100 | 73 | 543 | 66 | 32 |
| Binary | 1101000 | 11111 | 100101 | 0 | 1000110 | 1000000 | 111011 | 101100011 | 110110 | 11010 |
Color Harmonies of #681F25
Complementary color
Monochromatic Colors of #681F25
Black with #681F25
Text Example
Text Example
White with #681F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681F25; }
p { color: rgb(104,31,37); }
H1.HeaderClassName
{
color: #681F25;
}
.AnyTagClassName
{
color: #681F25;
}
</style>
background-color css
<style>
a { background-color: #681F25; }
a { background-color: rgb(104,31,37); }
div.DivClassName
{
background-color: #681F25;
}
.BgClassName
{
background-color: #681F25;
}
</style>
border-color css
<style>
span { border-color: #681F25; }
span { border-color: rgb(104,31,37); }
td.TdClassName
{
border-color: #681F25;
}
.TagClassName
{
border-color: #681F25;
}
</style>