Shades of Pohutukawa #650E16
Tints of Pohutukawa #650E16
RGB
CMYK
RGB Variations
Color information
#650E16 (or 0x650E16) is known color: Pohutukawa. HEX triplet: 65, 0E and 16. RGB value is (101,14,22). Sum of RGB (Red+Green+Blue) = 101+14+22=137 (18% of max value = 765). Red value is 101 (39.84% from 255 or 73.72% from 137); Green value is 14 (5.86% from 255 or 10.22% from 137); Blue value is 22 (8.98% from 255 or 16.06% from 137); Max value from RGB is 101 - color contains mainly: red. Hex color #650E16 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650E16 is #9AF1E9. Grayscale: #282828. Windows color (decimal): -10154474 or 1445477. OLE color: 1445477.
HSL color Cylindrical-coordinate representation of color #650E16: hue angle of 354.48º 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 #650E16 is Cyan = 0, Magento = 0.86, Yellow = 0.78 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 14 | 22 | - |
| CMYK | 0 | 0.86 | 0.78 | 0.60 |
| HSL | 354.48º | 0.76% | 0.23% | - |
| HSV(B) | 354.48º | 0.86% | 0.4% | - |
| XYZ | 5.67 | 3.14 | 1.07 | - |
| YUV | 40.93 | 117.32 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 14 | 22 | 0 | 0.86 | 0.78 | 0.60 | 354.48 | 0.76 | 0.23 |
| Hex | 65 | E | 16 | 0 | 56 | 4E | 3C | 162 | 4C | 17 |
| Octal | 145 | 16 | 26 | 0 | 126 | 116 | 74 | 542 | 114 | 27 |
| Binary | 1100101 | 1110 | 10110 | 0 | 1010110 | 1001110 | 111100 | 101100010 | 1001100 | 10111 |
Color Harmonies of #650E16
Complementary color
Monochromatic Colors of #650E16
Black with #650E16
Text Example
Text Example
White with #650E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650E16; }
p { color: rgb(101,14,22); }
H1.HeaderClassName
{
color: #650E16;
}
.AnyTagClassName
{
color: #650E16;
}
</style>
background-color css
<style>
a { background-color: #650E16; }
a { background-color: rgb(101,14,22); }
div.DivClassName
{
background-color: #650E16;
}
.BgClassName
{
background-color: #650E16;
}
</style>
border-color css
<style>
span { border-color: #650E16; }
span { border-color: rgb(101,14,22); }
td.TdClassName
{
border-color: #650E16;
}
.TagClassName
{
border-color: #650E16;
}
</style>