Shades of Pohutukawa #680B23
Tints of Pohutukawa #680B23
RGB
CMYK
RGB Variations
Color information
#680B23 (or 0x680B23) is known color: Pohutukawa. HEX triplet: 68, 0B and 23. RGB value is (104,11,35). Sum of RGB (Red+Green+Blue) = 104+11+35=150 (19% of max value = 765). Red value is 104 (41.02% from 255 or 69.33% from 150); Green value is 11 (4.69% from 255 or 7.33% from 150); Blue value is 35 (14.06% from 255 or 23.33% from 150); Max value from RGB is 104 - color contains mainly: red. Hex color #680B23 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680B23 is #97F4DC. Grayscale: #292929. Windows color (decimal): -9958621 or 2296680. OLE color: 2296680.
HSL color Cylindrical-coordinate representation of color #680B23: hue angle of 344.52º 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 #680B23 is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 11 | 35 | - |
| CMYK | 0 | 0.89 | 0.66 | 0.59 |
| HSL | 344.52º | 0.81% | 0.23% | - |
| HSV(B) | 344.52º | 0.89% | 0.41% | - |
| XYZ | 6.13 | 3.3 | 1.9 | - |
| YUV | 41.54 | 124.31 | 172.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 11 | 35 | 0 | 0.89 | 0.66 | 0.59 | 344.52 | 0.81 | 0.23 |
| Hex | 68 | B | 23 | 0 | 59 | 42 | 3B | 159 | 51 | 17 |
| Octal | 150 | 13 | 43 | 0 | 131 | 102 | 73 | 531 | 121 | 27 |
| Binary | 1101000 | 1011 | 100011 | 0 | 1011001 | 1000010 | 111011 | 101011001 | 1010001 | 10111 |
Color Harmonies of #680B23
Complementary color
Monochromatic Colors of #680B23
Black with #680B23
Text Example
Text Example
White with #680B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680B23; }
p { color: rgb(104,11,35); }
H1.HeaderClassName
{
color: #680B23;
}
.AnyTagClassName
{
color: #680B23;
}
</style>
background-color css
<style>
a { background-color: #680B23; }
a { background-color: rgb(104,11,35); }
div.DivClassName
{
background-color: #680B23;
}
.BgClassName
{
background-color: #680B23;
}
</style>
border-color css
<style>
span { border-color: #680B23; }
span { border-color: rgb(104,11,35); }
td.TdClassName
{
border-color: #680B23;
}
.TagClassName
{
border-color: #680B23;
}
</style>