Shades of Pohutukawa #681F2B
Tints of Pohutukawa #681F2B
RGB
CMYK
RGB Variations
Color information
#681F2B (or 0x681F2B) is known color: Pohutukawa. HEX triplet: 68, 1F and 2B. RGB value is (104,31,43). Sum of RGB (Red+Green+Blue) = 104+31+43=178 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.43% from 178); Green value is 31 (12.5% from 255 or 17.42% from 178); Blue value is 43 (17.19% from 255 or 24.16% from 178); Max value from RGB is 104 - color contains mainly: red. Hex color #681F2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681F2B is #97E0D4. Grayscale: #363636. Windows color (decimal): -9953493 or 2826088. OLE color: 2826088.
HSL color Cylindrical-coordinate representation of color #681F2B: hue angle of 350.14º 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 #681F2B is Cyan = 0, Magento = 0.70, Yellow = 0.59 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 31 | 43 | - |
| CMYK | 0 | 0.70 | 0.59 | 0.59 |
| HSL | 350.14º | 0.54% | 0.26% | - |
| HSV(B) | 350.14º | 0.7% | 0.41% | - |
| XYZ | 6.63 | 4.1 | 2.73 | - |
| YUV | 54.2 | 121.68 | 163.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 31 | 43 | 0 | 0.70 | 0.59 | 0.59 | 350.14 | 0.54 | 0.26 |
| Hex | 68 | 1F | 2B | 0 | 46 | 3B | 3B | 15E | 36 | 1A |
| Octal | 150 | 37 | 53 | 0 | 106 | 73 | 73 | 536 | 66 | 32 |
| Binary | 1101000 | 11111 | 101011 | 0 | 1000110 | 111011 | 111011 | 101011110 | 110110 | 11010 |
Color Harmonies of #681F2B
Complementary color
Monochromatic Colors of #681F2B
Black with #681F2B
Text Example
Text Example
White with #681F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681F2B; }
p { color: rgb(104,31,43); }
H1.HeaderClassName
{
color: #681F2B;
}
.AnyTagClassName
{
color: #681F2B;
}
</style>
background-color css
<style>
a { background-color: #681F2B; }
a { background-color: rgb(104,31,43); }
div.DivClassName
{
background-color: #681F2B;
}
.BgClassName
{
background-color: #681F2B;
}
</style>
border-color css
<style>
span { border-color: #681F2B; }
span { border-color: rgb(104,31,43); }
td.TdClassName
{
border-color: #681F2B;
}
.TagClassName
{
border-color: #681F2B;
}
</style>