Shades of Pohutukawa #681A21
Tints of Pohutukawa #681A21
RGB
CMYK
RGB Variations
Color information
#681A21 (or 0x681A21) is known color: Pohutukawa. HEX triplet: 68, 1A and 21. RGB value is (104,26,33). Sum of RGB (Red+Green+Blue) = 104+26+33=163 (21% of max value = 765). Red value is 104 (41.02% from 255 or 63.80% from 163); Green value is 26 (10.55% from 255 or 15.95% from 163); Blue value is 33 (13.28% from 255 or 20.25% from 163); Max value from RGB is 104 - color contains mainly: red. Hex color #681A21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681A21 is #97E5DE. Grayscale: #323232. Windows color (decimal): -9954783 or 2169448. OLE color: 2169448.
HSL color Cylindrical-coordinate representation of color #681A21: hue angle of 354.62º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #681A21 is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 26 | 33 | - |
| CMYK | 0 | 0.75 | 0.68 | 0.59 |
| HSL | 354.62º | 0.6% | 0.25% | - |
| HSV(B) | 354.62º | 0.75% | 0.41% | - |
| XYZ | 6.35 | 3.79 | 1.84 | - |
| YUV | 50.12 | 118.34 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 26 | 33 | 0 | 0.75 | 0.68 | 0.59 | 354.62 | 0.6 | 0.25 |
| Hex | 68 | 1A | 21 | 0 | 4B | 44 | 3B | 163 | 3C | 19 |
| Octal | 150 | 32 | 41 | 0 | 113 | 104 | 73 | 543 | 74 | 31 |
| Binary | 1101000 | 11010 | 100001 | 0 | 1001011 | 1000100 | 111011 | 101100011 | 111100 | 11001 |
Color Harmonies of #681A21
Complementary color
Monochromatic Colors of #681A21
Black with #681A21
Text Example
Text Example
White with #681A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681A21; }
p { color: rgb(104,26,33); }
H1.HeaderClassName
{
color: #681A21;
}
.AnyTagClassName
{
color: #681A21;
}
</style>
background-color css
<style>
a { background-color: #681A21; }
a { background-color: rgb(104,26,33); }
div.DivClassName
{
background-color: #681A21;
}
.BgClassName
{
background-color: #681A21;
}
</style>
border-color css
<style>
span { border-color: #681A21; }
span { border-color: rgb(104,26,33); }
td.TdClassName
{
border-color: #681A21;
}
.TagClassName
{
border-color: #681A21;
}
</style>