Shades of Pohutukawa #680A13
Tints of Pohutukawa #680A13
RGB
CMYK
RGB Variations
Color information
#680A13 (or 0x680A13) is known color: Pohutukawa. HEX triplet: 68, 0A and 13. RGB value is (104,10,19). Sum of RGB (Red+Green+Blue) = 104+10+19=133 (17% of max value = 765). Red value is 104 (41.02% from 255 or 78.20% from 133); Green value is 10 (4.30% from 255 or 7.52% from 133); Blue value is 19 (7.81% from 255 or 14.29% from 133); Max value from RGB is 104 - color contains mainly: red. Hex color #680A13 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680A13 is #97F5EC. Grayscale: #272727. Windows color (decimal): -9958893 or 1247848. OLE color: 1247848.
HSL color Cylindrical-coordinate representation of color #680A13: hue angle of 354.26º 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 #680A13 is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 10 | 19 | - |
| CMYK | 0 | 0.90 | 0.82 | 0.59 |
| HSL | 354.26º | 0.82% | 0.22% | - |
| HSV(B) | 354.26º | 0.9% | 0.41% | - |
| XYZ | 5.94 | 3.21 | 0.92 | - |
| YUV | 39.13 | 116.64 | 174.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 10 | 19 | 0 | 0.90 | 0.82 | 0.59 | 354.26 | 0.82 | 0.22 |
| Hex | 68 | A | 13 | 0 | 5A | 52 | 3B | 162 | 52 | 16 |
| Octal | 150 | 12 | 23 | 0 | 132 | 122 | 73 | 542 | 122 | 26 |
| Binary | 1101000 | 1010 | 10011 | 0 | 1011010 | 1010010 | 111011 | 101100010 | 1010010 | 10110 |
Color Harmonies of #680A13
Complementary color
Monochromatic Colors of #680A13
Black with #680A13
Text Example
Text Example
White with #680A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680A13; }
p { color: rgb(104,10,19); }
H1.HeaderClassName
{
color: #680A13;
}
.AnyTagClassName
{
color: #680A13;
}
</style>
background-color css
<style>
a { background-color: #680A13; }
a { background-color: rgb(104,10,19); }
div.DivClassName
{
background-color: #680A13;
}
.BgClassName
{
background-color: #680A13;
}
</style>
border-color css
<style>
span { border-color: #680A13; }
span { border-color: rgb(104,10,19); }
td.TdClassName
{
border-color: #680A13;
}
.TagClassName
{
border-color: #680A13;
}
</style>