Shades of Pohutukawa #650711
Tints of Pohutukawa #650711
RGB
CMYK
RGB Variations
Color information
#650711 (or 0x650711) is known color: Pohutukawa. HEX triplet: 65, 07 and 11. RGB value is (101,7,17). Sum of RGB (Red+Green+Blue) = 101+7+17=125 (16% of max value = 765). Red value is 101 (39.84% from 255 or 80.8% from 125); Green value is 7 (3.12% from 255 or 5.6% from 125); Blue value is 17 (7.03% from 255 or 13.6% from 125); Max value from RGB is 101 - color contains mainly: red. Hex color #650711 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650711 is #9AF8EE. Grayscale: #242424. Windows color (decimal): -10156271 or 1116005. OLE color: 1116005.
HSL color Cylindrical-coordinate representation of color #650711: hue angle of 353.62º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #650711 is Cyan = 0, Magento = 0.93, Yellow = 0.83 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 7 | 17 | - |
| CMYK | 0 | 0.93 | 0.83 | 0.60 |
| HSL | 353.62º | 0.87% | 0.21% | - |
| HSV(B) | 353.62º | 0.93% | 0.4% | - |
| XYZ | 5.54 | 2.96 | 0.81 | - |
| YUV | 36.25 | 117.14 | 174.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 7 | 17 | 0 | 0.93 | 0.83 | 0.60 | 353.62 | 0.87 | 0.21 |
| Hex | 65 | 7 | 11 | 0 | 5D | 53 | 3C | 162 | 57 | 15 |
| Octal | 145 | 7 | 21 | 0 | 135 | 123 | 74 | 542 | 127 | 25 |
| Binary | 1100101 | 111 | 10001 | 0 | 1011101 | 1010011 | 111100 | 101100010 | 1010111 | 10101 |
Color Harmonies of #650711
Complementary color
Monochromatic Colors of #650711
Black with #650711
Text Example
Text Example
White with #650711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650711; }
p { color: rgb(101,7,17); }
H1.HeaderClassName
{
color: #650711;
}
.AnyTagClassName
{
color: #650711;
}
</style>
background-color css
<style>
a { background-color: #650711; }
a { background-color: rgb(101,7,17); }
div.DivClassName
{
background-color: #650711;
}
.BgClassName
{
background-color: #650711;
}
</style>
border-color css
<style>
span { border-color: #650711; }
span { border-color: rgb(101,7,17); }
td.TdClassName
{
border-color: #650711;
}
.TagClassName
{
border-color: #650711;
}
</style>