Shades of Pohutukawa #681C27
Tints of Pohutukawa #681C27
RGB
CMYK
RGB Variations
Color information
#681C27 (or 0x681C27) is known color: Pohutukawa. HEX triplet: 68, 1C and 27. RGB value is (104,28,39). Sum of RGB (Red+Green+Blue) = 104+28+39=171 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.82% from 171); Green value is 28 (11.33% from 255 or 16.37% from 171); Blue value is 39 (15.62% from 255 or 22.81% from 171); Max value from RGB is 104 - color contains mainly: red. Hex color #681C27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681C27 is #97E3D8. Grayscale: #343434. Windows color (decimal): -9954265 or 2563176. OLE color: 2563176.
HSL color Cylindrical-coordinate representation of color #681C27: hue angle of 351.32º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #681C27 is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 28 | 39 | - |
| CMYK | 0 | 0.73 | 0.62 | 0.59 |
| HSL | 351.32º | 0.58% | 0.26% | - |
| HSV(B) | 351.32º | 0.73% | 0.41% | - |
| XYZ | 6.49 | 3.92 | 2.33 | - |
| YUV | 51.98 | 120.68 | 165.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 28 | 39 | 0 | 0.73 | 0.62 | 0.59 | 351.32 | 0.58 | 0.26 |
| Hex | 68 | 1C | 27 | 0 | 49 | 3E | 3B | 15F | 3A | 1A |
| Octal | 150 | 34 | 47 | 0 | 111 | 76 | 73 | 537 | 72 | 32 |
| Binary | 1101000 | 11100 | 100111 | 0 | 1001001 | 111110 | 111011 | 101011111 | 111010 | 11010 |
Color Harmonies of #681C27
Complementary color
Monochromatic Colors of #681C27
Black with #681C27
Text Example
Text Example
White with #681C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681C27; }
p { color: rgb(104,28,39); }
H1.HeaderClassName
{
color: #681C27;
}
.AnyTagClassName
{
color: #681C27;
}
</style>
background-color css
<style>
a { background-color: #681C27; }
a { background-color: rgb(104,28,39); }
div.DivClassName
{
background-color: #681C27;
}
.BgClassName
{
background-color: #681C27;
}
</style>
border-color css
<style>
span { border-color: #681C27; }
span { border-color: rgb(104,28,39); }
td.TdClassName
{
border-color: #681C27;
}
.TagClassName
{
border-color: #681C27;
}
</style>