Shades of Pohutukawa #650E12
Tints of Pohutukawa #650E12
RGB
CMYK
RGB Variations
Color information
#650E12 (or 0x650E12) is known color: Pohutukawa. HEX triplet: 65, 0E and 12. RGB value is (101,14,18). Sum of RGB (Red+Green+Blue) = 101+14+18=133 (17% of max value = 765). Red value is 101 (39.84% from 255 or 75.94% from 133); Green value is 14 (5.86% from 255 or 10.53% from 133); Blue value is 18 (7.42% from 255 or 13.53% from 133); Max value from RGB is 101 - color contains mainly: red. Hex color #650E12 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650E12 is #9AF1ED. Grayscale: #282828. Windows color (decimal): -10154478 or 1183333. OLE color: 1183333.
HSL color Cylindrical-coordinate representation of color #650E12: hue angle of 357.24º 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 #650E12 is Cyan = 0, Magento = 0.86, Yellow = 0.82 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 14 | 18 | - |
| CMYK | 0 | 0.86 | 0.82 | 0.60 |
| HSL | 357.24º | 0.76% | 0.23% | - |
| HSV(B) | 357.24º | 0.86% | 0.4% | - |
| XYZ | 5.63 | 3.12 | 0.88 | - |
| YUV | 40.47 | 115.32 | 171.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 14 | 18 | 0 | 0.86 | 0.82 | 0.60 | 357.24 | 0.76 | 0.23 |
| Hex | 65 | E | 12 | 0 | 56 | 52 | 3C | 165 | 4C | 17 |
| Octal | 145 | 16 | 22 | 0 | 126 | 122 | 74 | 545 | 114 | 27 |
| Binary | 1100101 | 1110 | 10010 | 0 | 1010110 | 1010010 | 111100 | 101100101 | 1001100 | 10111 |
Color Harmonies of #650E12
Complementary color
Monochromatic Colors of #650E12
Black with #650E12
Text Example
Text Example
White with #650E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650E12; }
p { color: rgb(101,14,18); }
H1.HeaderClassName
{
color: #650E12;
}
.AnyTagClassName
{
color: #650E12;
}
</style>
background-color css
<style>
a { background-color: #650E12; }
a { background-color: rgb(101,14,18); }
div.DivClassName
{
background-color: #650E12;
}
.BgClassName
{
background-color: #650E12;
}
</style>
border-color css
<style>
span { border-color: #650E12; }
span { border-color: rgb(101,14,18); }
td.TdClassName
{
border-color: #650E12;
}
.TagClassName
{
border-color: #650E12;
}
</style>