Shades of Pohutukawa #650F16
Tints of Pohutukawa #650F16
RGB
CMYK
RGB Variations
Color information
#650F16 (or 0x650F16) is known color: Pohutukawa. HEX triplet: 65, 0F and 16. RGB value is (101,15,22). Sum of RGB (Red+Green+Blue) = 101+15+22=138 (18% of max value = 765). Red value is 101 (39.84% from 255 or 73.19% from 138); Green value is 15 (6.25% from 255 or 10.87% from 138); Blue value is 22 (8.98% from 255 or 15.94% from 138); Max value from RGB is 101 - color contains mainly: red. Hex color #650F16 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650F16 is #9AF0E9. Grayscale: #292929. Windows color (decimal): -10154218 or 1445733. OLE color: 1445733.
HSL color Cylindrical-coordinate representation of color #650F16: hue angle of 355.12º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #650F16 is Cyan = 0, Magento = 0.85, Yellow = 0.78 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 15 | 22 | - |
| CMYK | 0 | 0.85 | 0.78 | 0.60 |
| HSL | 355.12º | 0.74% | 0.23% | - |
| HSV(B) | 355.12º | 0.85% | 0.4% | - |
| XYZ | 5.68 | 3.17 | 1.07 | - |
| YUV | 41.51 | 116.99 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 15 | 22 | 0 | 0.85 | 0.78 | 0.60 | 355.12 | 0.74 | 0.23 |
| Hex | 65 | F | 16 | 0 | 55 | 4E | 3C | 163 | 4A | 17 |
| Octal | 145 | 17 | 26 | 0 | 125 | 116 | 74 | 543 | 112 | 27 |
| Binary | 1100101 | 1111 | 10110 | 0 | 1010101 | 1001110 | 111100 | 101100011 | 1001010 | 10111 |
Color Harmonies of #650F16
Complementary color
Monochromatic Colors of #650F16
Black with #650F16
Text Example
Text Example
White with #650F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650F16; }
p { color: rgb(101,15,22); }
H1.HeaderClassName
{
color: #650F16;
}
.AnyTagClassName
{
color: #650F16;
}
</style>
background-color css
<style>
a { background-color: #650F16; }
a { background-color: rgb(101,15,22); }
div.DivClassName
{
background-color: #650F16;
}
.BgClassName
{
background-color: #650F16;
}
</style>
border-color css
<style>
span { border-color: #650F16; }
span { border-color: rgb(101,15,22); }
td.TdClassName
{
border-color: #650F16;
}
.TagClassName
{
border-color: #650F16;
}
</style>