Shades of Pohutukawa #650E17
Tints of Pohutukawa #650E17
RGB
CMYK
RGB Variations
Color information
#650E17 (or 0x650E17) is known color: Pohutukawa. HEX triplet: 65, 0E and 17. RGB value is (101,14,23). Sum of RGB (Red+Green+Blue) = 101+14+23=138 (18% of max value = 765). Red value is 101 (39.84% from 255 or 73.19% from 138); Green value is 14 (5.86% from 255 or 10.14% from 138); Blue value is 23 (9.38% from 255 or 16.67% from 138); Max value from RGB is 101 - color contains mainly: red. Hex color #650E17 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650E17 is #9AF1E8. Grayscale: #292929. Windows color (decimal): -10154473 or 1511013. OLE color: 1511013.
HSL color Cylindrical-coordinate representation of color #650E17: hue angle of 353.79º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #650E17 is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 14 | 23 | - |
| CMYK | 0 | 0.86 | 0.77 | 0.60 |
| HSL | 353.79º | 0.76% | 0.23% | - |
| HSV(B) | 353.79º | 0.86% | 0.4% | - |
| XYZ | 5.68 | 3.14 | 1.12 | - |
| YUV | 41.04 | 117.82 | 170.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 14 | 23 | 0 | 0.86 | 0.77 | 0.60 | 353.79 | 0.76 | 0.23 |
| Hex | 65 | E | 17 | 0 | 56 | 4D | 3C | 162 | 4C | 17 |
| Octal | 145 | 16 | 27 | 0 | 126 | 115 | 74 | 542 | 114 | 27 |
| Binary | 1100101 | 1110 | 10111 | 0 | 1010110 | 1001101 | 111100 | 101100010 | 1001100 | 10111 |
Color Harmonies of #650E17
Complementary color
Monochromatic Colors of #650E17
Black with #650E17
Text Example
Text Example
White with #650E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650E17; }
p { color: rgb(101,14,23); }
H1.HeaderClassName
{
color: #650E17;
}
.AnyTagClassName
{
color: #650E17;
}
</style>
background-color css
<style>
a { background-color: #650E17; }
a { background-color: rgb(101,14,23); }
div.DivClassName
{
background-color: #650E17;
}
.BgClassName
{
background-color: #650E17;
}
</style>
border-color css
<style>
span { border-color: #650E17; }
span { border-color: rgb(101,14,23); }
td.TdClassName
{
border-color: #650E17;
}
.TagClassName
{
border-color: #650E17;
}
</style>