Shades of Pohutukawa #681A28
Tints of Pohutukawa #681A28
RGB
CMYK
RGB Variations
Color information
#681A28 (or 0x681A28) is known color: Pohutukawa. HEX triplet: 68, 1A and 28. RGB value is (104,26,40). Sum of RGB (Red+Green+Blue) = 104+26+40=170 (22% of max value = 765). Red value is 104 (41.02% from 255 or 61.18% from 170); Green value is 26 (10.55% from 255 or 15.29% from 170); Blue value is 40 (16.02% from 255 or 23.53% from 170); Max value from RGB is 104 - color contains mainly: red. Hex color #681A28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681A28 is #97E5D7. Grayscale: #323232. Windows color (decimal): -9954776 or 2628200. OLE color: 2628200.
HSL color Cylindrical-coordinate representation of color #681A28: hue angle of 349.23º 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 #681A28 is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 26 | 40 | - |
| CMYK | 0 | 0.75 | 0.62 | 0.59 |
| HSL | 349.23º | 0.6% | 0.25% | - |
| HSV(B) | 349.23º | 0.75% | 0.41% | - |
| XYZ | 6.46 | 3.84 | 2.41 | - |
| YUV | 50.92 | 121.84 | 165.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 26 | 40 | 0 | 0.75 | 0.62 | 0.59 | 349.23 | 0.6 | 0.25 |
| Hex | 68 | 1A | 28 | 0 | 4B | 3E | 3B | 15D | 3C | 19 |
| Octal | 150 | 32 | 50 | 0 | 113 | 76 | 73 | 535 | 74 | 31 |
| Binary | 1101000 | 11010 | 101000 | 0 | 1001011 | 111110 | 111011 | 101011101 | 111100 | 11001 |
Color Harmonies of #681A28
Complementary color
Monochromatic Colors of #681A28
Black with #681A28
Text Example
Text Example
White with #681A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681A28; }
p { color: rgb(104,26,40); }
H1.HeaderClassName
{
color: #681A28;
}
.AnyTagClassName
{
color: #681A28;
}
</style>
background-color css
<style>
a { background-color: #681A28; }
a { background-color: rgb(104,26,40); }
div.DivClassName
{
background-color: #681A28;
}
.BgClassName
{
background-color: #681A28;
}
</style>
border-color css
<style>
span { border-color: #681A28; }
span { border-color: rgb(104,26,40); }
td.TdClassName
{
border-color: #681A28;
}
.TagClassName
{
border-color: #681A28;
}
</style>