Shades of Pohutukawa #650412
Tints of Pohutukawa #650412
RGB
CMYK
RGB Variations
Color information
#650412 (or 0x650412) is known color: Pohutukawa. HEX triplet: 65, 04 and 12. RGB value is (101,4,18). Sum of RGB (Red+Green+Blue) = 101+4+18=123 (16% of max value = 765). Red value is 101 (39.84% from 255 or 82.11% from 123); Green value is 4 (1.95% from 255 or 3.25% from 123); Blue value is 18 (7.42% from 255 or 14.63% from 123); Max value from RGB is 101 - color contains mainly: red. Hex color #650412 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650412 is #9AFBED. Grayscale: #222222. Windows color (decimal): -10157038 or 1180773. OLE color: 1180773.
HSL color Cylindrical-coordinate representation of color #650412: hue angle of 351.34º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #650412 is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 4 | 18 | - |
| CMYK | 0 | 0.96 | 0.82 | 0.60 |
| HSL | 351.34º | 0.92% | 0.21% | - |
| HSV(B) | 351.34º | 0.96% | 0.4% | - |
| XYZ | 5.52 | 2.9 | 0.84 | - |
| YUV | 34.6 | 118.64 | 175.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 4 | 18 | 0 | 0.96 | 0.82 | 0.60 | 351.34 | 0.92 | 0.21 |
| Hex | 65 | 4 | 12 | 0 | 60 | 52 | 3C | 15F | 5C | 15 |
| Octal | 145 | 4 | 22 | 0 | 140 | 122 | 74 | 537 | 134 | 25 |
| Binary | 1100101 | 100 | 10010 | 0 | 1100000 | 1010010 | 111100 | 101011111 | 1011100 | 10101 |
Color Harmonies of #650412
Complementary color
Monochromatic Colors of #650412
Black with #650412
Text Example
Text Example
White with #650412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650412; }
p { color: rgb(101,4,18); }
H1.HeaderClassName
{
color: #650412;
}
.AnyTagClassName
{
color: #650412;
}
</style>
background-color css
<style>
a { background-color: #650412; }
a { background-color: rgb(101,4,18); }
div.DivClassName
{
background-color: #650412;
}
.BgClassName
{
background-color: #650412;
}
</style>
border-color css
<style>
span { border-color: #650412; }
span { border-color: rgb(101,4,18); }
td.TdClassName
{
border-color: #650412;
}
.TagClassName
{
border-color: #650412;
}
</style>