Shades of Pohutukawa #680A1F
Tints of Pohutukawa #680A1F
RGB
CMYK
RGB Variations
Color information
#680A1F (or 0x680A1F) is known color: Pohutukawa. HEX triplet: 68, 0A and 1F. RGB value is (104,10,31). Sum of RGB (Red+Green+Blue) = 104+10+31=145 (19% of max value = 765). Red value is 104 (41.02% from 255 or 71.72% from 145); Green value is 10 (4.30% from 255 or 6.90% from 145); Blue value is 31 (12.5% from 255 or 21.38% from 145); Max value from RGB is 104 - color contains mainly: red. Hex color #680A1F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680A1F is #97F5E0. Grayscale: #282828. Windows color (decimal): -9958881 or 2034280. OLE color: 2034280.
HSL color Cylindrical-coordinate representation of color #680A1F: hue angle of 346.6º 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 #680A1F is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 10 | 31 | - |
| CMYK | 0 | 0.90 | 0.70 | 0.59 |
| HSL | 346.6º | 0.82% | 0.22% | - |
| HSV(B) | 346.6º | 0.9% | 0.41% | - |
| XYZ | 6.06 | 3.26 | 1.61 | - |
| YUV | 40.5 | 122.64 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 10 | 31 | 0 | 0.90 | 0.70 | 0.59 | 346.6 | 0.82 | 0.22 |
| Hex | 68 | A | 1F | 0 | 5A | 46 | 3B | 15B | 52 | 16 |
| Octal | 150 | 12 | 37 | 0 | 132 | 106 | 73 | 533 | 122 | 26 |
| Binary | 1101000 | 1010 | 11111 | 0 | 1011010 | 1000110 | 111011 | 101011011 | 1010010 | 10110 |
Color Harmonies of #680A1F
Complementary color
Monochromatic Colors of #680A1F
Black with #680A1F
Text Example
Text Example
White with #680A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680A1F; }
p { color: rgb(104,10,31); }
H1.HeaderClassName
{
color: #680A1F;
}
.AnyTagClassName
{
color: #680A1F;
}
</style>
background-color css
<style>
a { background-color: #680A1F; }
a { background-color: rgb(104,10,31); }
div.DivClassName
{
background-color: #680A1F;
}
.BgClassName
{
background-color: #680A1F;
}
</style>
border-color css
<style>
span { border-color: #680A1F; }
span { border-color: rgb(104,10,31); }
td.TdClassName
{
border-color: #680A1F;
}
.TagClassName
{
border-color: #680A1F;
}
</style>