Shades of Pohutukawa #650717
Tints of Pohutukawa #650717
RGB
CMYK
RGB Variations
Color information
#650717 (or 0x650717) is known color: Pohutukawa. HEX triplet: 65, 07 and 17. RGB value is (101,7,23). Sum of RGB (Red+Green+Blue) = 101+7+23=131 (17% of max value = 765). Red value is 101 (39.84% from 255 or 77.10% from 131); Green value is 7 (3.12% from 255 or 5.34% from 131); Blue value is 23 (9.38% from 255 or 17.56% from 131); Max value from RGB is 101 - color contains mainly: red. Hex color #650717 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650717 is #9AF8E8. Grayscale: #242424. Windows color (decimal): -10156265 or 1509221. OLE color: 1509221.
HSL color Cylindrical-coordinate representation of color #650717: hue angle of 349.79º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #650717 is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 7 | 23 | - |
| CMYK | 0 | 0.93 | 0.77 | 0.60 |
| HSL | 349.79º | 0.87% | 0.21% | - |
| HSV(B) | 349.79º | 0.93% | 0.4% | - |
| XYZ | 5.6 | 2.98 | 1.09 | - |
| YUV | 36.93 | 120.14 | 173.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 7 | 23 | 0 | 0.93 | 0.77 | 0.60 | 349.79 | 0.87 | 0.21 |
| Hex | 65 | 7 | 17 | 0 | 5D | 4D | 3C | 15E | 57 | 15 |
| Octal | 145 | 7 | 27 | 0 | 135 | 115 | 74 | 536 | 127 | 25 |
| Binary | 1100101 | 111 | 10111 | 0 | 1011101 | 1001101 | 111100 | 101011110 | 1010111 | 10101 |
Color Harmonies of #650717
Complementary color
Monochromatic Colors of #650717
Black with #650717
Text Example
Text Example
White with #650717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650717; }
p { color: rgb(101,7,23); }
H1.HeaderClassName
{
color: #650717;
}
.AnyTagClassName
{
color: #650717;
}
</style>
background-color css
<style>
a { background-color: #650717; }
a { background-color: rgb(101,7,23); }
div.DivClassName
{
background-color: #650717;
}
.BgClassName
{
background-color: #650717;
}
</style>
border-color css
<style>
span { border-color: #650717; }
span { border-color: rgb(101,7,23); }
td.TdClassName
{
border-color: #650717;
}
.TagClassName
{
border-color: #650717;
}
</style>