Shades of Pohutukawa #680A1D
Tints of Pohutukawa #680A1D
RGB
CMYK
RGB Variations
Color information
#680A1D (or 0x680A1D) is known color: Pohutukawa. HEX triplet: 68, 0A and 1D. RGB value is (104,10,29). Sum of RGB (Red+Green+Blue) = 104+10+29=143 (18% of max value = 765). Red value is 104 (41.02% from 255 or 72.73% from 143); Green value is 10 (4.30% from 255 or 6.99% from 143); Blue value is 29 (11.72% from 255 or 20.28% from 143); Max value from RGB is 104 - color contains mainly: red. Hex color #680A1D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680A1D is #97F5E2. Grayscale: #282828. Windows color (decimal): -9958883 or 1903208. OLE color: 1903208.
HSL color Cylindrical-coordinate representation of color #680A1D: hue angle of 347.87º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #680A1D is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 10 | 29 | - |
| CMYK | 0 | 0.90 | 0.72 | 0.59 |
| HSL | 347.87º | 0.82% | 0.22% | - |
| HSV(B) | 347.87º | 0.9% | 0.41% | - |
| XYZ | 6.04 | 3.25 | 1.47 | - |
| YUV | 40.27 | 121.64 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 10 | 29 | 0 | 0.90 | 0.72 | 0.59 | 347.87 | 0.82 | 0.22 |
| Hex | 68 | A | 1D | 0 | 5A | 48 | 3B | 15C | 52 | 16 |
| Octal | 150 | 12 | 35 | 0 | 132 | 110 | 73 | 534 | 122 | 26 |
| Binary | 1101000 | 1010 | 11101 | 0 | 1011010 | 1001000 | 111011 | 101011100 | 1010010 | 10110 |
Color Harmonies of #680A1D
Complementary color
Monochromatic Colors of #680A1D
Black with #680A1D
Text Example
Text Example
White with #680A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680A1D; }
p { color: rgb(104,10,29); }
H1.HeaderClassName
{
color: #680A1D;
}
.AnyTagClassName
{
color: #680A1D;
}
</style>
background-color css
<style>
a { background-color: #680A1D; }
a { background-color: rgb(104,10,29); }
div.DivClassName
{
background-color: #680A1D;
}
.BgClassName
{
background-color: #680A1D;
}
</style>
border-color css
<style>
span { border-color: #680A1D; }
span { border-color: rgb(104,10,29); }
td.TdClassName
{
border-color: #680A1D;
}
.TagClassName
{
border-color: #680A1D;
}
</style>