Shades of Pohutukawa #680B25
Tints of Pohutukawa #680B25
RGB
CMYK
RGB Variations
Color information
#680B25 (or 0x680B25) is known color: Pohutukawa. HEX triplet: 68, 0B and 25. RGB value is (104,11,37). Sum of RGB (Red+Green+Blue) = 104+11+37=152 (20% of max value = 765). Red value is 104 (41.02% from 255 or 68.42% from 152); Green value is 11 (4.69% from 255 or 7.24% from 152); Blue value is 37 (14.84% from 255 or 24.34% from 152); Max value from RGB is 104 - color contains mainly: red. Hex color #680B25 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680B25 is #97F4DA. Grayscale: #292929. Windows color (decimal): -9958619 or 2427752. OLE color: 2427752.
HSL color Cylindrical-coordinate representation of color #680B25: hue angle of 343.23º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #680B25 is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 11 | 37 | - |
| CMYK | 0 | 0.89 | 0.64 | 0.59 |
| HSL | 343.23º | 0.81% | 0.23% | - |
| HSV(B) | 343.23º | 0.89% | 0.41% | - |
| XYZ | 6.16 | 3.32 | 2.07 | - |
| YUV | 41.77 | 125.31 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 11 | 37 | 0 | 0.89 | 0.64 | 0.59 | 343.23 | 0.81 | 0.23 |
| Hex | 68 | B | 25 | 0 | 59 | 40 | 3B | 157 | 51 | 17 |
| Octal | 150 | 13 | 45 | 0 | 131 | 100 | 73 | 527 | 121 | 27 |
| Binary | 1101000 | 1011 | 100101 | 0 | 1011001 | 1000000 | 111011 | 101010111 | 1010001 | 10111 |
Color Harmonies of #680B25
Complementary color
Monochromatic Colors of #680B25
Black with #680B25
Text Example
Text Example
White with #680B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680B25; }
p { color: rgb(104,11,37); }
H1.HeaderClassName
{
color: #680B25;
}
.AnyTagClassName
{
color: #680B25;
}
</style>
background-color css
<style>
a { background-color: #680B25; }
a { background-color: rgb(104,11,37); }
div.DivClassName
{
background-color: #680B25;
}
.BgClassName
{
background-color: #680B25;
}
</style>
border-color css
<style>
span { border-color: #680B25; }
span { border-color: rgb(104,11,37); }
td.TdClassName
{
border-color: #680B25;
}
.TagClassName
{
border-color: #680B25;
}
</style>