Shades of Pohutukawa #681125
Tints of Pohutukawa #681125
RGB
CMYK
RGB Variations
Color information
#681125 (or 0x681125) is known color: Pohutukawa. HEX triplet: 68, 11 and 25. RGB value is (104,17,37). Sum of RGB (Red+Green+Blue) = 104+17+37=158 (20% of max value = 765). Red value is 104 (41.02% from 255 or 65.82% from 158); Green value is 17 (7.03% from 255 or 10.76% from 158); Blue value is 37 (14.84% from 255 or 23.42% from 158); Max value from RGB is 104 - color contains mainly: red. Hex color #681125 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681125 is #97EEDA. Grayscale: #2D2D2D. Windows color (decimal): -9957083 or 2429288. OLE color: 2429288.
HSL color Cylindrical-coordinate representation of color #681125: hue angle of 346.21º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #681125 is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 17 | 37 | - |
| CMYK | 0 | 0.84 | 0.64 | 0.59 |
| HSL | 346.21º | 0.72% | 0.24% | - |
| HSV(B) | 346.21º | 0.84% | 0.41% | - |
| XYZ | 6.24 | 3.48 | 2.09 | - |
| YUV | 45.29 | 123.32 | 169.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 17 | 37 | 0 | 0.84 | 0.64 | 0.59 | 346.21 | 0.72 | 0.24 |
| Hex | 68 | 11 | 25 | 0 | 54 | 40 | 3B | 15A | 48 | 18 |
| Octal | 150 | 21 | 45 | 0 | 124 | 100 | 73 | 532 | 110 | 30 |
| Binary | 1101000 | 10001 | 100101 | 0 | 1010100 | 1000000 | 111011 | 101011010 | 1001000 | 11000 |
Color Harmonies of #681125
Complementary color
Monochromatic Colors of #681125
Black with #681125
Text Example
Text Example
White with #681125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681125; }
p { color: rgb(104,17,37); }
H1.HeaderClassName
{
color: #681125;
}
.AnyTagClassName
{
color: #681125;
}
</style>
background-color css
<style>
a { background-color: #681125; }
a { background-color: rgb(104,17,37); }
div.DivClassName
{
background-color: #681125;
}
.BgClassName
{
background-color: #681125;
}
</style>
border-color css
<style>
span { border-color: #681125; }
span { border-color: rgb(104,17,37); }
td.TdClassName
{
border-color: #681125;
}
.TagClassName
{
border-color: #681125;
}
</style>