Shades of Pohutukawa #650B0E
Tints of Pohutukawa #650B0E
RGB
CMYK
RGB Variations
Color information
#650B0E (or 0x650B0E) is known color: Pohutukawa. HEX triplet: 65, 0B and 0E. RGB value is (101,11,14). Sum of RGB (Red+Green+Blue) = 101+11+14=126 (16% of max value = 765). Red value is 101 (39.84% from 255 or 80.16% from 126); Green value is 11 (4.69% from 255 or 8.73% from 126); Blue value is 14 (5.86% from 255 or 11.11% from 126); Max value from RGB is 101 - color contains mainly: red. Hex color #650B0E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650B0E is #9AF4F1. Grayscale: #262626. Windows color (decimal): -10155250 or 920421. OLE color: 920421.
HSL color Cylindrical-coordinate representation of color #650B0E: hue angle of 358º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #650B0E is Cyan = 0, Magento = 0.89, Yellow = 0.86 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 11 | 14 | - |
| CMYK | 0 | 0.89 | 0.86 | 0.60 |
| HSL | 358º | 0.8% | 0.22% | - |
| HSV(B) | 358º | 0.89% | 0.4% | - |
| XYZ | 5.57 | 3.04 | 0.71 | - |
| YUV | 38.25 | 114.32 | 172.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 11 | 14 | 0 | 0.89 | 0.86 | 0.60 | 358 | 0.8 | 0.22 |
| Hex | 65 | B | E | 0 | 59 | 56 | 3C | 166 | 50 | 16 |
| Octal | 145 | 13 | 16 | 0 | 131 | 126 | 74 | 546 | 120 | 26 |
| Binary | 1100101 | 1011 | 1110 | 0 | 1011001 | 1010110 | 111100 | 101100110 | 1010000 | 10110 |
Color Harmonies of #650B0E
Complementary color
Monochromatic Colors of #650B0E
Black with #650B0E
Text Example
Text Example
White with #650B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650B0E; }
p { color: rgb(101,11,14); }
H1.HeaderClassName
{
color: #650B0E;
}
.AnyTagClassName
{
color: #650B0E;
}
</style>
background-color css
<style>
a { background-color: #650B0E; }
a { background-color: rgb(101,11,14); }
div.DivClassName
{
background-color: #650B0E;
}
.BgClassName
{
background-color: #650B0E;
}
</style>
border-color css
<style>
span { border-color: #650B0E; }
span { border-color: rgb(101,11,14); }
td.TdClassName
{
border-color: #650B0E;
}
.TagClassName
{
border-color: #650B0E;
}
</style>