Shades of Pohutukawa #681819
Tints of Pohutukawa #681819
RGB
CMYK
RGB Variations
Color information
#681819 (or 0x681819) is known color: Pohutukawa. HEX triplet: 68, 18 and 19. RGB value is (104,24,25). Sum of RGB (Red+Green+Blue) = 104+24+25=153 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.97% from 153); Green value is 24 (9.77% from 255 or 15.69% from 153); Blue value is 25 (10.16% from 255 or 16.34% from 153); Max value from RGB is 104 - color contains mainly: red. Hex color #681819 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681819 is #97E7E6. Grayscale: #303030. Windows color (decimal): -9955303 or 1644648. OLE color: 1644648.
HSL color Cylindrical-coordinate representation of color #681819: hue angle of 359.25º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #681819 is Cyan = 0, Magento = 0.77, Yellow = 0.76 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 24 | 25 | - |
| CMYK | 0 | 0.77 | 0.76 | 0.59 |
| HSL | 359.25º | 0.63% | 0.25% | - |
| HSV(B) | 359.25º | 0.77% | 0.41% | - |
| XYZ | 6.21 | 3.67 | 1.3 | - |
| YUV | 48.03 | 115 | 167.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 24 | 25 | 0 | 0.77 | 0.76 | 0.59 | 359.25 | 0.63 | 0.25 |
| Hex | 68 | 18 | 19 | 0 | 4D | 4C | 3B | 167 | 3E | 19 |
| Octal | 150 | 30 | 31 | 0 | 115 | 114 | 73 | 547 | 76 | 31 |
| Binary | 1101000 | 11000 | 11001 | 0 | 1001101 | 1001100 | 111011 | 101100111 | 111110 | 11001 |
Color Harmonies of #681819
Complementary color
Monochromatic Colors of #681819
Black with #681819
Text Example
Text Example
White with #681819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681819; }
p { color: rgb(104,24,25); }
H1.HeaderClassName
{
color: #681819;
}
.AnyTagClassName
{
color: #681819;
}
</style>
background-color css
<style>
a { background-color: #681819; }
a { background-color: rgb(104,24,25); }
div.DivClassName
{
background-color: #681819;
}
.BgClassName
{
background-color: #681819;
}
</style>
border-color css
<style>
span { border-color: #681819; }
span { border-color: rgb(104,24,25); }
td.TdClassName
{
border-color: #681819;
}
.TagClassName
{
border-color: #681819;
}
</style>