Shades of Pohutukawa #650812
Tints of Pohutukawa #650812
RGB
CMYK
RGB Variations
Color information
#650812 (or 0x650812) is known color: Pohutukawa. HEX triplet: 65, 08 and 12. RGB value is (101,8,18). Sum of RGB (Red+Green+Blue) = 101+8+18=127 (16% of max value = 765). Red value is 101 (39.84% from 255 or 79.53% from 127); Green value is 8 (3.52% from 255 or 6.30% from 127); Blue value is 18 (7.42% from 255 or 14.17% from 127); Max value from RGB is 101 - color contains mainly: red. Hex color #650812 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650812 is #9AF7ED. Grayscale: #242424. Windows color (decimal): -10156014 or 1181797. OLE color: 1181797.
HSL color Cylindrical-coordinate representation of color #650812: hue angle of 353.55º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #650812 is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 8 | 18 | - |
| CMYK | 0 | 0.92 | 0.82 | 0.60 |
| HSL | 353.55º | 0.85% | 0.21% | - |
| HSV(B) | 353.55º | 0.92% | 0.4% | - |
| XYZ | 5.56 | 2.98 | 0.86 | - |
| YUV | 36.95 | 117.31 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 8 | 18 | 0 | 0.92 | 0.82 | 0.60 | 353.55 | 0.85 | 0.21 |
| Hex | 65 | 8 | 12 | 0 | 5C | 52 | 3C | 162 | 55 | 15 |
| Octal | 145 | 10 | 22 | 0 | 134 | 122 | 74 | 542 | 125 | 25 |
| Binary | 1100101 | 1000 | 10010 | 0 | 1011100 | 1010010 | 111100 | 101100010 | 1010101 | 10101 |
Color Harmonies of #650812
Complementary color
Monochromatic Colors of #650812
Black with #650812
Text Example
Text Example
White with #650812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650812; }
p { color: rgb(101,8,18); }
H1.HeaderClassName
{
color: #650812;
}
.AnyTagClassName
{
color: #650812;
}
</style>
background-color css
<style>
a { background-color: #650812; }
a { background-color: rgb(101,8,18); }
div.DivClassName
{
background-color: #650812;
}
.BgClassName
{
background-color: #650812;
}
</style>
border-color css
<style>
span { border-color: #650812; }
span { border-color: rgb(101,8,18); }
td.TdClassName
{
border-color: #650812;
}
.TagClassName
{
border-color: #650812;
}
</style>