Shades of Pohutukawa #680B1D
Tints of Pohutukawa #680B1D
RGB
CMYK
RGB Variations
Color information
#680B1D (or 0x680B1D) is known color: Pohutukawa. HEX triplet: 68, 0B and 1D. RGB value is (104,11,29). Sum of RGB (Red+Green+Blue) = 104+11+29=144 (19% of max value = 765). Red value is 104 (41.02% from 255 or 72.22% from 144); Green value is 11 (4.69% from 255 or 7.64% from 144); Blue value is 29 (11.72% from 255 or 20.14% from 144); Max value from RGB is 104 - color contains mainly: red. Hex color #680B1D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680B1D is #97F4E2. Grayscale: #282828. Windows color (decimal): -9958627 or 1903464. OLE color: 1903464.
HSL color Cylindrical-coordinate representation of color #680B1D: hue angle of 348.39º 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 #680B1D is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 11 | 29 | - |
| CMYK | 0 | 0.89 | 0.72 | 0.59 |
| HSL | 348.39º | 0.81% | 0.23% | - |
| HSV(B) | 348.39º | 0.89% | 0.41% | - |
| XYZ | 6.05 | 3.27 | 1.47 | - |
| YUV | 40.86 | 121.31 | 173.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 11 | 29 | 0 | 0.89 | 0.72 | 0.59 | 348.39 | 0.81 | 0.23 |
| Hex | 68 | B | 1D | 0 | 59 | 48 | 3B | 15C | 51 | 17 |
| Octal | 150 | 13 | 35 | 0 | 131 | 110 | 73 | 534 | 121 | 27 |
| Binary | 1101000 | 1011 | 11101 | 0 | 1011001 | 1001000 | 111011 | 101011100 | 1010001 | 10111 |
Color Harmonies of #680B1D
Complementary color
Monochromatic Colors of #680B1D
Black with #680B1D
Text Example
Text Example
White with #680B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680B1D; }
p { color: rgb(104,11,29); }
H1.HeaderClassName
{
color: #680B1D;
}
.AnyTagClassName
{
color: #680B1D;
}
</style>
background-color css
<style>
a { background-color: #680B1D; }
a { background-color: rgb(104,11,29); }
div.DivClassName
{
background-color: #680B1D;
}
.BgClassName
{
background-color: #680B1D;
}
</style>
border-color css
<style>
span { border-color: #680B1D; }
span { border-color: rgb(104,11,29); }
td.TdClassName
{
border-color: #680B1D;
}
.TagClassName
{
border-color: #680B1D;
}
</style>