Shades of Pohutukawa #650417
Tints of Pohutukawa #650417
RGB
CMYK
RGB Variations
Color information
#650417 (or 0x650417) is known color: Pohutukawa. HEX triplet: 65, 04 and 17. RGB value is (101,4,23). Sum of RGB (Red+Green+Blue) = 101+4+23=128 (16% of max value = 765). Red value is 101 (39.84% from 255 or 78.91% from 128); Green value is 4 (1.95% from 255 or 3.12% from 128); Blue value is 23 (9.38% from 255 or 17.97% from 128); Max value from RGB is 101 - color contains mainly: red. Hex color #650417 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650417 is #9AFBE8. Grayscale: #232323. Windows color (decimal): -10157033 or 1508453. OLE color: 1508453.
HSL color Cylindrical-coordinate representation of color #650417: hue angle of 348.25º 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 #650417 is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 4 | 23 | - |
| CMYK | 0 | 0.96 | 0.77 | 0.60 |
| HSL | 348.25º | 0.92% | 0.21% | - |
| HSV(B) | 348.25º | 0.96% | 0.4% | - |
| XYZ | 5.56 | 2.92 | 1.08 | - |
| YUV | 35.17 | 121.14 | 174.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 4 | 23 | 0 | 0.96 | 0.77 | 0.60 | 348.25 | 0.92 | 0.21 |
| Hex | 65 | 4 | 17 | 0 | 60 | 4D | 3C | 15C | 5C | 15 |
| Octal | 145 | 4 | 27 | 0 | 140 | 115 | 74 | 534 | 134 | 25 |
| Binary | 1100101 | 100 | 10111 | 0 | 1100000 | 1001101 | 111100 | 101011100 | 1011100 | 10101 |
Color Harmonies of #650417
Complementary color
Monochromatic Colors of #650417
Black with #650417
Text Example
Text Example
White with #650417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650417; }
p { color: rgb(101,4,23); }
H1.HeaderClassName
{
color: #650417;
}
.AnyTagClassName
{
color: #650417;
}
</style>
background-color css
<style>
a { background-color: #650417; }
a { background-color: rgb(101,4,23); }
div.DivClassName
{
background-color: #650417;
}
.BgClassName
{
background-color: #650417;
}
</style>
border-color css
<style>
span { border-color: #650417; }
span { border-color: rgb(101,4,23); }
td.TdClassName
{
border-color: #650417;
}
.TagClassName
{
border-color: #650417;
}
</style>