Shades of Pohutukawa #680A1B
Tints of Pohutukawa #680A1B
RGB
CMYK
RGB Variations
Color information
#680A1B (or 0x680A1B) is known color: Pohutukawa. HEX triplet: 68, 0A and 1B. RGB value is (104,10,27). Sum of RGB (Red+Green+Blue) = 104+10+27=141 (18% of max value = 765). Red value is 104 (41.02% from 255 or 73.76% from 141); Green value is 10 (4.30% from 255 or 7.09% from 141); Blue value is 27 (10.94% from 255 or 19.15% from 141); Max value from RGB is 104 - color contains mainly: red. Hex color #680A1B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680A1B is #97F5E4. Grayscale: #282828. Windows color (decimal): -9958885 or 1772136. OLE color: 1772136.
HSL color Cylindrical-coordinate representation of color #680A1B: hue angle of 349.15º 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 #680A1B is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 10 | 27 | - |
| CMYK | 0 | 0.90 | 0.74 | 0.59 |
| HSL | 349.15º | 0.82% | 0.22% | - |
| HSV(B) | 349.15º | 0.9% | 0.41% | - |
| XYZ | 6.02 | 3.24 | 1.35 | - |
| YUV | 40.04 | 120.64 | 173.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 10 | 27 | 0 | 0.90 | 0.74 | 0.59 | 349.15 | 0.82 | 0.22 |
| Hex | 68 | A | 1B | 0 | 5A | 4A | 3B | 15D | 52 | 16 |
| Octal | 150 | 12 | 33 | 0 | 132 | 112 | 73 | 535 | 122 | 26 |
| Binary | 1101000 | 1010 | 11011 | 0 | 1011010 | 1001010 | 111011 | 101011101 | 1010010 | 10110 |
Color Harmonies of #680A1B
Complementary color
Monochromatic Colors of #680A1B
Black with #680A1B
Text Example
Text Example
White with #680A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680A1B; }
p { color: rgb(104,10,27); }
H1.HeaderClassName
{
color: #680A1B;
}
.AnyTagClassName
{
color: #680A1B;
}
</style>
background-color css
<style>
a { background-color: #680A1B; }
a { background-color: rgb(104,10,27); }
div.DivClassName
{
background-color: #680A1B;
}
.BgClassName
{
background-color: #680A1B;
}
</style>
border-color css
<style>
span { border-color: #680A1B; }
span { border-color: rgb(104,10,27); }
td.TdClassName
{
border-color: #680A1B;
}
.TagClassName
{
border-color: #680A1B;
}
</style>